Loading Tool

Explorer IconExplorer

Memory Pool

47,632 transactions
29.06 vMB
0.06597118 BTC
Random Selection Loading Transactions
Max Size: 155.10/200 MB

Candidate Block

Mining Attempt 9807237e49f032828ca501565d484558768a339afbd260744bd036aa4aab52e8
Version 20000000
Previous Block 00000000000000000001d639dc25e9adab712b5f436b38ec9cf2cb9b77e26f27
Merkle Root 79e9f6088d150d5c622fc5e915bf66f3b1e847a8d9ecaa83e3596dc2e2d58770
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,757
Size: 1.00 vMB
Total Fees: 0.00971434 BTC
Feerates: 132.00 > 0.97 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,830 (462,491 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
452,339 452,339 0000000000000000022927133f4969fd6fd99e399496bb59fab74f89739eb6b6 2,068 1.00/1.00 vMB 80
452,338 452,338 0000000000000000004cb0c8a67ce346a5e52286fab7ed50cc002a1cb73958cc 1,657 1.00/1.00 vMB 70
452,337 452,337 00000000000000000158426c16ebe21d4a3079809eacb2c73e451de96f7ab0b8 1,702 1.00/1.00 vMB 130
452,336 452,336 0000000000000000010507f202e666566537382b41fe8c7c7d8fa60c4abb9e66 1,511 0.91/1.00 vMB 104
452,335 452,335 0000000000000000012a9903839e2391130fc79833af1c171ed3a9230be14555 1,329 1.00/1.00 vMB 85
452,334 452,334 00000000000000000230d44c33af911dadc6f7ca2ac942785253009f9fdedc6a 2,596 1.00/1.00 vMB 131
452,333 452,333 0000000000000000020b600e88fa51c6fe813f622225bbead6653847ff172b38 2,902 1.00/1.00 vMB 123
452,332 452,332 000000000000000000a5529c1cc862d67ed3b8356c85e280136db3dc2f54c01d 1,735 1.00/1.00 vMB 77
452,331 452,331 000000000000000000475e5fc4599f30fa36e336e6c976c80fd41ffc1aaf600d 2,878 1.00/1.00 vMB 215
452,330 452,330 0000000000000000022a12636d9eef6027a633cb811c4ad137352d7d2a5821a2 1,289 1.00/1.00 vMB 79
452,329 452,329 00000000000000000277f22095e69e05fb5d924ee3311ba5f76bfaefeea0d761 2,363 1.00/1.00 vMB 154
452,328 452,328 000000000000000002135c982cdd8e3979425faa2161db96f3f8b598e7cf37cc 749 1.00/1.00 vMB 79
452,327 452,327 0000000000000000013455d41f3b9d7c2e7fd2462341f77ce8b907c6d89129fc 2,398 1.00/1.00 vMB 136
452,326 452,326 000000000000000002852f5faa5e4cc6d55efaad993926a542634fddbba6bab7 1,995 1.00/1.00 vMB 76
452,325 452,325 0000000000000000027212a08c37da3f238ffee7a6b6a6c4444b7d305f9d09b2 2,491 1.00/1.00 vMB 184
452,324 452,324 0000000000000000013cb10835fd04ed4387060e6cb57b9bdf6fcf63de4c1ee6 2,753 1.00/1.00 vMB 151
452,323 452,323 0000000000000000016ab1de9d2135a31cbbffb74bf15c668fcdecff9c44d2ad 1,829 1.00/1.00 vMB 97
452,322 452,322 00000000000000000044c2ecd0c9e5fb30eaebe02dc22327f19c40c28a8d37fe 2,012 1.00/1.00 vMB 148
452,321 452,321 000000000000000000512d47ad4be3d0c9be16c61cc7c4ffd497d5576ed2e6e9 831 0.37/1.00 vMB 195
452,320 452,320 0000000000000000020e54a22f619c9827cc574ac8f27b7aad26a93f23d3c1e2 1,289 1.00/1.00 vMB 88
452,319 452,319 000000000000000001e56306c3397d2361dfa0a33ef2825184b187ebd33b6316 1,919 1.00/1.00 vMB 83
Previous 10 blocks ↓
Total Size: 782.09 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: 651.46 GB
    • Received: 13.58 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.