Loading Tool

Explorer IconExplorer

Memory Pool

77,992 transactions
29.10 vMB
0.08681990 BTC
Random Selection Loading Transactions
Max Size: 175.61/200 MB

Candidate Block

Mining Attempt bffb041346c34a2a99c1f98c57f8ff625a01a78aa7d383be387e4e7e085f9c70
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 3745534f21c1c76eb473b40ecb4a57c0a5777ee6a1272f17e25f092fbd3529f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,480
Size: 1.00 vMB
Total Fees: 0.02595795 BTC
Feerates: 81.07 > 2.60 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (450,031 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
465,129 465,129 00000000000000000116c7132c77cf3a3be91f44fe2d0705947f1c5ac354b810 1,530 1.00/1.00 vMB 142
465,128 465,128 000000000000000000a24c6e3462e0a2bfc5ad6bd9f698218900098b16e9c5c4 1,067 1.00/1.00 vMB 112
465,127 465,127 00000000000000000114a72035fd5df3e00ae7aeb218635f787a756345063a4a 764 1.00/1.00 vMB 130
465,126 465,126 0000000000000000003b7238ce7d1bf9efefb68336230b3c6aaea285f1b8ba4a 2,271 1.00/1.00 vMB 152
465,125 465,125 000000000000000000377fe011e2d330ebbfe6a7743f6b8df0ffc18542c1162d 1,734 1.00/1.00 vMB 178
465,124 465,124 00000000000000000101b3e9f884ef871d38d25cf8eaa28b87dd061356473418 2,579 1.00/1.00 vMB 246
465,123 465,123 000000000000000000399f544cb416270dd50aff2774582f815c08274da1cd0a 2,648 1.00/1.00 vMB 167
465,122 465,122 000000000000000001fa62078f7a3c4fb14ee6c9551d7095498382b9bc93d306 2,705 1.00/1.00 vMB 167
465,121 465,121 0000000000000000019e54f4c830d0404c5b94b8af2aae54ea4d13d48a2dec5f 1,386 1.00/1.00 vMB 140
465,120 465,120 000000000000000000581fe14f71e2c76ba1bf94efe534187c2833d5c6968fbb 2,276 1.00/1.00 vMB 154
465,119 465,119 000000000000000001e8ae2416cf51f7ba3e3ba044970a9da4c4834601c81fd8 2,417 1.00/1.00 vMB 188
465,118 465,118 000000000000000000e43dd2beca631bf8fb52e47f69d3ff32b19665c2104ca7 3,401 1.00/1.00 vMB 370
465,117 465,117 0000000000000000005b44863bcf0d985027cf26eae0fdec1814d7049838c7ae 1 0.00/1.00 vMB 0
465,116 465,116 000000000000000000c13e26a5547d7636c2559eeaa03f1f5ca0c3099ca5d034 1,771 1.00/1.00 vMB 124
465,115 465,115 00000000000000000056cca0cc4a6bc9f3c3315e60770bc882a9dad92b74b47a 2,166 1.00/1.00 vMB 168
465,114 465,114 00000000000000000208356f99f608db653e1073c6cafcaa790438dfc5b31628 2,384 1.00/1.00 vMB 196
465,113 465,113 0000000000000000012d3c7dbc73b41b34e9297f4483b584bac27bb1390eca54 1,757 1.00/1.00 vMB 138
465,112 465,112 000000000000000001dd8059d53a3353a7b30a5d703a7590defae5b9b029612a 2,425 1.00/1.00 vMB 212
465,111 465,111 0000000000000000006c94168df832e5fceb50075cd58b371257a5e114930f57 911 1.00/1.00 vMB 121
465,110 465,110 000000000000000000207bf8c530074a528f60e32ff7e48240dc6e106368da45 1,665 1.00/1.00 vMB 293
465,109 465,109 000000000000000000f624b17c3d5a14d5be03c873bd2c56cc69f209cf8f69c7 1,626 1.00/1.00 vMB 160
Previous 10 blocks ↓
Total Size: 782.67 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: 673.14 GB
    • Received: 16.41 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.