Loading Tool

Explorer IconExplorer

Memory Pool

31,334 transactions
17.44 vMB
0.05462888 BTC
Random Selection Loading Transactions
Max Size: 93.97/200 MB

Candidate Block

Mining Attempt de1a2bd0aba4bfe8a28b9a1afa1e32c5bb7dded582a6c4692967120c5f2b108b
Version 20000000
Previous Block 00000000000000000001ef74dfae70b7f5106732354c17fa5d73161353fed594
Merkle Root 27464b5a6f57615558b49192cf9eafef9c7be7edd7d825684a7880f68d927e07
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,004
Size: 1.00 vMB
Total Fees: 0.02148427 BTC
Feerates: 301.57 > 2.15 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,166 (840,805 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
73,361 73,361 000000000052c2ba073f1112de5bc26ef32902f765b60114d213e4407b22c94e 1 0.00/1.00 vMB 0
73,360 73,360 00000000009bf965af7350af174b115d7163552f1dbf9b58f851810da209fc88 3 0.00/1.00 vMB 0
73,359 73,359 000000000046e6144037ed55328aac853c712c506ca29fdfaa6b15ef44d5ff23 1 0.00/1.00 vMB 0
73,358 73,358 000000000091146968d10dc731c307a1034e7d421e475ac6be7a7e235fa94621 1 0.00/1.00 vMB 0
73,357 73,357 000000000097f6c104020e1d32439aca0ca7683ce9e1c968e06d6a685ba2d455 1 0.00/1.00 vMB 0
73,356 73,356 0000000000710ff97713e8aec938e19e73f2406eca32646dcc86d0834d22c7cf 1 0.00/1.00 vMB 0
73,355 73,355 0000000000917e23b62c0e25003f11f56daca8d48441203159c40ee46ae64a2e 4 0.00/1.00 vMB 0
73,354 73,354 0000000000b0c04d4e413279f729abf7c3a814fef8a8d722aa93b965930b35a3 1 0.00/1.00 vMB 0
73,353 73,353 00000000001f93e18d629e6cf719c6040479f1e36a74a2bb12ca9fb1bbecd92a 1 0.00/1.00 vMB 0
73,352 73,352 000000000046411e924af8f42e26ebaae137cf88417d3b22e30472d816282ce5 1 0.00/1.00 vMB 0
73,351 73,351 00000000003c435bdf085dfa5d49f76a25a329da873e7e4581197cc9b295a94e 1 0.00/1.00 vMB 0
73,350 73,350 0000000000aba091aa5a66e95495ddd39a9675a799abc40331a4d0b78fdb41ce 3 0.00/1.00 vMB 0
73,349 73,349 000000000026b7bd942a61d1caf966b586b2ab532077b9d5645c3ef65c2b722e 2 0.00/1.00 vMB 0
73,348 73,348 0000000000a1aa88f276a5de0766db640ef5b0caddd8c1e168e7ae09757ec341 1 0.00/1.00 vMB 0
73,347 73,347 000000000095d2bf53e142de7f76f9b5e9e5410bd9b82cb226ec8199b89ab993 1 0.00/1.00 vMB 0
73,346 73,346 00000000001a2d8c17d65361b1f8799b40e723d6d74bf326ecc40a2c4a5d72f5 1 0.00/1.00 vMB 0
73,345 73,345 000000000093bc60524f043f0f29cc503b8d1ac60be9d45a5e6a1679a4754619 3 0.00/1.00 vMB 0
73,344 73,344 000000000067a57aea470caa8ea30f8fe04bdbeae4d3942ab12932e2e76cc483 1 0.00/1.00 vMB 0
73,343 73,343 00000000004833b5caafcabeb328c18f6ea6a926f887ee4d49405796926da569 1 0.00/1.00 vMB 0
73,342 73,342 00000000006cd5e8ceecdd0e748cce358b95cf499b878682ef90ee51548d79ab 2 0.00/1.00 vMB 0
73,341 73,341 000000000083790d2158138bee7a81e13ed623998df17abc524af0a05e8c47ec 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.89 GB

Node Details:

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