Loading Tool

Explorer IconExplorer

Memory Pool

48,619 transactions
29.44 vMB
0.21774980 BTC
Random Selection Loading Transactions
Max Size: 154.38/200 MB

Candidate Block

Mining Attempt 6556f808bcb6ed4169b6446332fa925e6264779044a9b20aba0ad8f450956639
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root d8f75ea9c51e6baa37cd2eafbcfea3b2a02acad97468e84b473c9445a45c3086
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,404
Size: 1.00 vMB
Total Fees: 0.07123962 BTC
Feerates: 184.60 > 7.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (821,537 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
93,168 93,168 0000000000006aa703a826dcb8505c3d8dbca0e37812b9150745bacfa4b51f65 4 0.00/1.00 vMB 1,293
93,167 93,167 000000000004fc70fbae8fdd2f037aad524e41a9c39bb684d9d64a8aa9578833 6 0.00/1.00 vMB 1,133
93,166 93,166 000000000002c67448a4b2e72453c71b6cc7e3ba7f32b3cc4c59839692838098 1 0.00/1.00 vMB 0
93,165 93,165 0000000000041d89236918129da26bc20ac5275a892bb4b12d955c188d574c07 1 0.00/1.00 vMB 0
93,164 93,164 00000000000770fe6e1c4ecee258e2265a79682b655e8311409463833787af49 3 0.00/1.00 vMB 0
93,163 93,163 0000000000098a41143624943c14f4b3eb3e7161b9a67f474f36d93604adb349 5 0.00/1.00 vMB 968
93,162 93,162 000000000003e9d54a3680ee5c380812768bfbbfaea1ac3462418205080e25cb 3 0.00/1.00 vMB 2,070
93,161 93,161 000000000004d10e07d19d949ee85f480d90d52776ac25a41c9890b0c6692974 3 0.00/1.00 vMB 2,403
93,160 93,160 00000000000541e51d5d95b3b16386ef8b83cd470cbb77164bf119888afcef3d 3 0.00/1.00 vMB 0
93,159 93,159 0000000000022da5034c08e2c4a8d4b57f63518250550dd536362fc77f7c26a4 3 0.00/1.00 vMB 1,934
93,158 93,158 00000000000144fdbf288620764c1f0d12c7f26e00ec509da6f246c68b5efc63 2 0.00/1.00 vMB 3,891
93,157 93,157 0000000000016aa9e947d8beabf861842909153c754d8b41480f2d298f2861a3 3 0.00/1.00 vMB 2,070
93,156 93,156 0000000000085086bc0528352c460ce0673ad29d9f0f8f352d31ed33e516771a 1 0.00/1.00 vMB 0
93,155 93,155 000000000000b41357eedb8e90fea032bac197a026214ea34d156161396e0cdd 6 0.00/1.00 vMB 632
93,154 93,154 00000000000486d25064a6cb5dd6c81344879c70d27db88893b3e0ad247be0c1 2 0.00/1.00 vMB 0
93,153 93,153 000000000003a1eeb374c84aeaacc753131d3a8fe160ebe2c42324830b4c1e91 5 0.00/1.00 vMB 2,143
93,152 93,152 000000000000344878bf81936f09d138c0d0f74d5f9444f941b04c706c6a5c30 11 0.00/1.00 vMB 966
93,151 93,151 00000000000101fced740b1f0bde372967a8cc1905d824c00fad0de840a3323a 2 0.00/1.00 vMB 0
93,150 93,150 00000000000110e18e33367be23e04a164bc67d82017624e73187137214780ee 3 0.00/1.00 vMB 0
93,149 93,149 000000000004311fcd232b8c77e6abbaf0c22d2939ea38c995fc95b404ab2870 3 0.00/1.00 vMB 0
93,148 93,148 00000000000141b29e68174bdc7a2839d2167557a0051a190b0897a0113d3d77 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.87 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: 643.68 GB
    • Received: 12.60 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.