Loading Tool

Explorer IconExplorer

Memory Pool

76,679 transactions
28.55 vMB
0.06900394 BTC
Random Selection Loading Transactions
Max Size: 173.05/200 MB

Candidate Block

Mining Attempt df0cd95eccb01cf0a21dd134a669489a6308797fcb30144588d1cb1befce0da9
Version 20000000
Previous Block 000000000000000000011cc0b225341b90497783ca10dd85ac5777da035b07ab
Merkle Root 5449e891c9ba439caf12fff5689a914e11205e4f99d9a027472d621b6c15bc5c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,793
Size: 1.00 vMB
Total Fees: 0.00978320 BTC
Feerates: 73.20 > 0.98 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,118 (251,597 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
663,521 663,521 0000000000000000000300e042e617563eb889ba610e86d759a4a4aef340f9cf 1,878 1.00/1.00 vMB 107
663,520 663,520 00000000000000000002cad6a3ef7f5e21adb242efeda1697a6a0cf6be2faae8 2,005 1.00/1.00 vMB 102
663,519 663,519 0000000000000000000b047ce8be79c07e85b24c359c9c8f2e0a3a9555e034af 2,020 1.00/1.00 vMB 91
663,518 663,518 0000000000000000000a16eb46f61ac78cd54baf5f6898015172ab7eec45f96f 1,715 1.00/1.00 vMB 61
663,517 663,517 00000000000000000009d4172df66b57ffb9b880e08fa65a50d3f45360720f6c 2,424 1.00/1.00 vMB 47
663,516 663,516 0000000000000000000a3294e083253eca8d501275829e3c1d081c330db8fb84 2,653 1.00/1.00 vMB 95
663,515 663,515 0000000000000000000dc66b5d9180726618763107ce3bf1634eeae0e1034975 2,591 1.00/1.00 vMB 60
663,514 663,514 000000000000000000022b594cccabe863d642fe6f6001f250f091425695795d 2,729 1.00/1.00 vMB 100
663,513 663,513 0000000000000000000bd914f677109f4cb2912f93b06aa158fe178ece247e6f 2,298 1.00/1.00 vMB 39
663,512 663,512 00000000000000000002027a54c80a9f6b4f717c16f660bf72f14b97fa5a7cf5 2,785 1.00/1.00 vMB 77
663,511 663,511 00000000000000000009e392d6747d8788ef678631a0ae573447d7676abe733b 2,194 1.00/1.00 vMB 81
663,510 663,510 0000000000000000000417df65b1da467786c4957d38eb7dfb185dc40d9b9842 2,351 1.00/1.00 vMB 46
663,509 663,509 00000000000000000001352177bfd526bbfbdaa111e4a7e51bead17c6810a99a 2,261 1.00/1.00 vMB 36
663,508 663,508 000000000000000000079b7853c90c0974fe6e76d997f44f5687690941bea259 2,381 1.00/1.00 vMB 57
663,507 663,507 0000000000000000000e6156b0d272fbbfbd4c12a774597bdf625e31c729aa50 1,990 1.00/1.00 vMB 21
663,506 663,506 0000000000000000000c8eb8e00379e42f9d81d088f9e3982a7f27205b0e67cf 2,558 1.00/1.00 vMB 31
663,505 663,505 0000000000000000000405975ce3a6c9b91d0af06d67fe2a5b9d8a6091f69269 1,934 1.00/1.00 vMB 62
663,504 663,504 0000000000000000000dd22d9408c12bca5da441885c6de03c988454f0b9700c 2,369 1.00/1.00 vMB 63
663,503 663,503 00000000000000000004a0f8f4f9b4af5f0164f07a921574be414bce17faca00 2,564 1.00/1.00 vMB 66
663,502 663,502 0000000000000000000b0b56969f5c60c51a13ce6b5f2ba3efac7c1debfbfcfa 2,512 1.00/1.00 vMB 107
663,501 663,501 00000000000000000005884c7cd32bf94e0c18e6eda7abb1cf2d9a59de70210e 2,328 1.00/1.00 vMB 70
Previous 10 blocks ↓
Total Size: 782.59 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: 671.59 GB
    • Received: 15.96 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.