Loading Tool

Explorer IconExplorer

Memory Pool

78,918 transactions
29.60 vMB
0.07254760 BTC
Random Selection Loading Transactions
Max Size: 177.52/200 MB

Candidate Block

Mining Attempt 5be333fe9b44ba38578677d61af675728d7c55d217554a619f94a8a9de86b8bf
Version 20000000
Previous Block 0000000000000000000135a2d0bec06965c586c49ebfdec65261090f168854ee
Merkle Root 5dd48aaf9f8e2ce366db4d60b6b3fabcbc20da62e34a842900d83640870aea02
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,264
Size: 1.00 vMB
Total Fees: 0.01230203 BTC
Feerates: 150.77 > 1.23 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,995 (290,874 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
624,121 624,121 000000000000000000081f29ab627eabd421f05790cfc7710d19b325e5cc5162 2,080 1.00/1.00 vMB 14
624,120 624,120 0000000000000000000591597077e4893d1d1da8ea34c1870bc82851be29691b 2,683 1.00/1.00 vMB 23
624,119 624,119 00000000000000000005a263de53a8de971f6be49a4aeebedf5b865e804df1ba 2,859 1.00/1.00 vMB 29
624,118 624,118 000000000000000000073436ccda69a12b9fbfbf9569462862afa55e9dd44ff8 1,665 1.00/1.00 vMB 58
624,117 624,117 000000000000000000060c38e5eb25f3f658c29b529e4596e6541931e25ddf8b 2,725 1.00/1.00 vMB 17
624,116 624,116 00000000000000000000b3fdeb6b8b47ee92f2f14b767b69a96b298d1da9702a 2,415 1.00/1.00 vMB 19
624,115 624,115 0000000000000000000ce932983a766719ca3aa283f2ba09fe4037b96b394981 2,658 1.00/1.00 vMB 25
624,114 624,114 00000000000000000000e31f1152c1d6f150598e10e329398f67aa84cf9f0863 2,641 1.00/1.00 vMB 48
624,113 624,113 000000000000000000026ecc3ea464afb83d3f7cb5e36075a47e65da500154ef 2,617 1.00/1.00 vMB 34
624,112 624,112 0000000000000000000da205ac2c18e16c9088bb12f99d1178161b65e571d27d 1,736 1.00/1.00 vMB 6
624,111 624,111 000000000000000000073b5544a653de17beb06bca614925a64d997ff98761db 2,479 0.99/1.00 vMB 21
624,110 624,110 000000000000000000062fc926b30a2085a2e236d8ccda4c0c8a29c0d654837e 1,696 1.00/1.00 vMB 18
624,109 624,109 0000000000000000000eb174f900f21d5edcfebd185c3b5215552a6a860dfa1e 1,973 1.00/1.00 vMB 8
624,108 624,108 00000000000000000013b9f09f2607e83ef6930b5a86f9d8f2e229494a3218d3 1,999 1.00/1.00 vMB 17
624,107 624,107 00000000000000000002d9be0d63bed6a795c018fc8be3caed42f31e9c329ef0 2,415 1.00/1.00 vMB 31
624,106 624,106 0000000000000000001001e478573e6e2dca149bc2fa285c69d114e6120d6ad9 2,240 1.00/1.00 vMB 3
624,105 624,105 00000000000000000003f7424f2f64fc5af7a1d585a0798d4230646f087d8363 2,694 1.00/1.00 vMB 11
624,104 624,104 0000000000000000000b1aa7b04662b3938a0b658ca8d94a44b01f07c072780f 2,598 1.00/1.00 vMB 36
624,103 624,103 000000000000000000034e346a36e01c45e826ebaafb76bfd363c515e3856a84 2,785 1.00/1.00 vMB 15
624,102 624,102 0000000000000000000b1fbfd1dca20980987c265d9f62b63b02389a9cbada8f 2,630 1.00/1.00 vMB 25
624,101 624,101 000000000000000000021243461424d1dd96d8c4e517d95160af0f66eb3f1092 2,649 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.38 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 664.45 GB
    • Received: 14.98 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.