Loading Tool

Explorer IconExplorer

Memory Pool

48,956 transactions
28.30 vMB
0.08136088 BTC
Random Selection Loading Transactions
Max Size: 151.19/200 MB

Candidate Block

Mining Attempt d52e68c69c165cdb92f34228a53e86d7e9348b6e250c587c439cd1e9592b7aad
Version 20000000
Previous Block 00000000000000000001591f76b8e497e92b68dc57dacd44d74c2253bafa7eaa
Merkle Root 6b5efc43661286f14302122e0fe700382acbdd0dd4df92fe7b5fc9f0e97f6c3d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,119
Size: 1.00 vMB
Total Fees: 0.02733077 BTC
Feerates: 500.45 > 2.74 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,792 (360,621 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
554,171 554,171 00000000000000000028d5b4d568fa484b6501b5dc67a0e935548391563b1c9e 756 0.57/1.00 vMB 4
554,170 554,170 0000000000000000000d7c71675a519ead7887e8b2c87a587efe6222674edcbe 2,039 1.00/1.00 vMB 5
554,169 554,169 000000000000000000182edf54315680f266561c7d11b1fac76e4e8a292847fc 2,740 1.00/1.00 vMB 10
554,168 554,168 0000000000000000001ed4645ee098960d4a8c69339f4817382b4a2f1b2f7d49 2,779 1.00/1.00 vMB 38
554,167 554,167 000000000000000000022a8545a8787f9aeaac209888e8d85c797e627473c76e 2,425 1.00/1.00 vMB 6
554,166 554,166 00000000000000000018647b601368da30ea36fa9a0b4b36d5b3e7411143d0d1 2,625 1.00/1.00 vMB 21
554,165 554,165 000000000000000000140073751da8c5099606e7f7f821a72377856c18f968a3 1,881 1.00/1.00 vMB 12
554,164 554,164 0000000000000000000232568f66f14fc3f88012633b49a315f9c42080b6b539 2,395 1.00/1.00 vMB 6
554,163 554,163 0000000000000000000314eac5d962e3262fe312b8f3f4ca5e2325158398dbd6 2,139 1.00/1.00 vMB 11
554,162 554,162 0000000000000000000767395f6cb868e7292adff8d0f392697bac8fe177bb0a 2,535 1.00/1.00 vMB 16
554,161 554,161 000000000000000000158cfe75dfc014a6604c0b8d16bd0b073becf0d8b8b339 2,797 1.00/1.00 vMB 17
554,160 554,160 000000000000000000291666e9feaadc7b312e0bd9f6d5a21a48d54fd63ad4cc 2,970 1.00/1.00 vMB 21
554,159 554,159 0000000000000000002f22d6fed5a5cecc4c5ae39d5636159405d0618a15d5f8 1,038 0.49/1.00 vMB 14
554,158 554,158 0000000000000000000f90bbdd7546519d55327dcba6c347ec1f898a55f787bf 572 0.31/1.00 vMB 10
554,157 554,157 0000000000000000002840711fd8533369888f1fd63c4a04e89936f21ad329e9 1,498 1.00/1.00 vMB 3
554,156 554,156 000000000000000000211912d0e42ceaa6802983b5156f52771b34029cc9ec6d 1,899 1.00/1.00 vMB 17
554,155 554,155 0000000000000000001bb71a919753cf60473e1c60fcaba4fe1ae27841e319f7 1,404 0.88/1.00 vMB 8
554,154 554,154 000000000000000000274c23c54a61b81c3a31355604e4ac162fe14beb83df04 2,813 1.00/1.00 vMB 13
554,153 554,153 000000000000000000103805a55d0a83a1009252fb0422d53f0c8ce212f2529f 1,269 0.63/1.00 vMB 15
554,152 554,152 00000000000000000007a2d3847ce4567a21f7a996a104b13097e7a2f439796f 801 0.54/1.00 vMB 6
554,151 554,151 0000000000000000001e9da8c50b94e44f7de86573cea9efa8e99ce6494026c1 1,757 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.02 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: 649.70 GB
    • Received: 13.21 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.