Loading Tool

Explorer IconExplorer

Memory Pool

64,454 transactions
36.06 vMB
0.21921716 BTC
Random Selection Loading Transactions
Max Size: 190.72/200 MB

Candidate Block

Mining Attempt 522c08d38b97dcaab69c5d08d5af9fdfaef723a662da404a036b4cd9c9fb2708
Version 20000000
Previous Block 000000000000000000015efc7cee96fe97f72a9b5f9a898c6960c3e5060701f4
Merkle Root 25ec9305deedbe2b4571be9e81f94a1cde4de7a30e75996ed66d782a93e5daeb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,650
Size: 1.00 vMB
Total Fees: 0.11486543 BTC
Feerates: 1,471.76 > 11.51 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,417 (109,832 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
804,585 804,585 00000000000000000004b112b6fef1f1e87dca6e8e1c3ec4ed3740372e707819 329 1.00/1.00 vMB 8
804,584 804,584 000000000000000000012e55cdf69fc32c36831f9095a2e6e7d66c6024641dc1 798 1.00/1.00 vMB 9
804,583 804,583 00000000000000000001a3e2f24193b22aa8f8283e538232211915e08bed9ab6 843 1.00/1.00 vMB 12
804,582 804,582 00000000000000000002defc151353c94953acf0ce518f1d06f6c926660312ae 3,127 1.00/1.00 vMB 20
804,581 804,581 000000000000000000050019dd3182e728c0d6316fea27a22bb0662889a3a1ed 1,319 1.00/1.00 vMB 11
804,580 804,580 0000000000000000000056fadf0ae79a8fc1436f94485692656a55d74387b0cc 1,062 1.00/1.00 vMB 10
804,579 804,579 00000000000000000004d1404dc90749d486f63f180758a104ec5a4524ba0487 1,102 1.00/1.00 vMB 14
804,578 804,578 0000000000000000000291f5a172d90685c62d7f79646c72fb8f06a2ae80021d 1,764 1.00/1.00 vMB 12
804,577 804,577 000000000000000000044db3b89a97ed811e0e1ca86475ee3024ebf66553d91e 2,614 1.00/1.00 vMB 13
804,576 804,576 0000000000000000000103a3372888b0c1aa25efa91c469249557226b620ea54 2,470 1.00/1.00 vMB 12
804,575 804,575 00000000000000000000e18da28f1f3bbb2fc21be6cfa99e4fc9cf3a89570bdb 2,970 1.00/1.00 vMB 11
804,574 804,574 00000000000000000004efee1f601fab5ec84a75bc1affea736766fb27218c3d 2,309 1.00/1.00 vMB 13
804,573 804,573 00000000000000000002dc35deb90a7d0607600f6e20627d96845d7be1a875be 2,833 1.00/1.00 vMB 27
804,572 804,572 00000000000000000001a7e8748ecd94ada3993d41208efb48bf01e9d8b49d94 3,111 1.00/1.00 vMB 21
804,571 804,571 0000000000000000000113e95e9499abf0f7b88b6f350a0a35faef4949a3fe21 2,684 1.00/1.00 vMB 19
804,570 804,570 00000000000000000001665f47ce62ce00c271be9e87640699c5bebcc89ed05d 1,830 1.00/1.00 vMB 14
804,569 804,569 000000000000000000024d426822d7a97440e8499d87755bd11bfc7f28509a98 2,463 1.00/1.00 vMB 24
804,568 804,568 000000000000000000002f10a802b16cc30f4548ce9157f8a984c6256508ce23 2,854 1.00/1.00 vMB 16
804,567 804,567 00000000000000000003c9182bfccf6f82c6423118d7344bf3faa76437105f85 1,889 1.00/1.00 vMB 24
804,566 804,566 00000000000000000001128187875d8ad2c86b5ef5b9634c6e41ddfe111b1f11 1,910 1.00/1.00 vMB 24
804,565 804,565 0000000000000000000240d3543161b17448cd9a9234ba3039bfcc16aee451f8 1,792 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 781.34 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 601.92 GB
    • Received: 10.24 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.