Loading Tool

Explorer IconExplorer

Memory Pool

513 transactions (0.19 vMB)
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 1.09/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,312 000000000000000000022b910000000000000000000000000000000000000000 500 0.00377727 BTC 0.18 vMB 2.04
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,311 (845,791 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
66,520 66,520 000000000430d4468463b599de526e75c6bbab0fd02d998464b92efa3ba63f48 0.00 MB 2 0
66,519 66,519 000000000353a397dc7be8d705fc0e89002b352d16f190ddd9ee4f6f653da0c4 0.00 MB 1 0
66,518 66,518 0000000001151b8e29b49b3821bb12ccfedf2f9dad77d3793e112852c1d6d260 0.00 MB 1 0
66,517 66,517 0000000003db237202820ef8d1e3881e1e4a45057339b08eecda5a5fe7475208 0.00 MB 2 0
66,516 66,516 0000000003fde0fa577e2f1a92cf60fd284fe9afee6a863aaa9d1b56900f9171 0.00 MB 2 0
66,515 66,515 000000000533c9acc84c847682a252c754c26618918e6dd50e0507ca66e42bc2 0.00 MB 1 0
66,514 66,514 0000000002e7b0648eaa8e131538487eccd7c0e430614b15eb9e5405db15d9b8 0.00 MB 2 0
66,513 66,513 00000000072a8e96fbbeaae6d8a045a357953b0f8cff8a7a652caf61c24c427d 0.00 MB 2 0
66,512 66,512 0000000009fab792f8dfcd120ba74ffff70b853f685d6958ac9d77b69aa9c9f4 0.00 MB 2 0
66,511 66,511 00000000035dc48d546a6c754f9fd5cea37650f9ac01c4f452a260f7becbebdc 0.00 MB 2 0
66,510 66,510 00000000049a2f890c0f0bd9e339fbea2b8cc7a40d13b3663e80ae7c035b1797 0.00 MB 1 0
66,509 66,509 0000000008cb3dd65f41e8cc2e905c06ad1c7cea2528fb97b94b14f850c071b7 0.00 MB 1 0
66,508 66,508 00000000072bb449503e9cb62c56ddea3b54285858d8e3572caa0e5e54197a1a 0.00 MB 2 0
66,507 66,507 0000000006bedf683211ba65d6fb663be803584df6976aee22e9c4e2586d8117 0.00 MB 1 0
66,506 66,506 0000000001ec8e51b8183e87a571e00edef4cf953b8cdddcf5f13e2fa378c687 0.00 MB 1 0
66,505 66,505 0000000006c6a6e61ca65cb234e4f0576353cb47c505ce994ebfb3ffbf046339 0.00 MB 2 0
66,504 66,504 00000000093957878105d8f1caa5dab1c79bafdaa36a8fbcf2e10cb73415ac1a 0.00 MB 1 0
66,503 66,503 00000000017b501fbc8fbb723f784ee088e98e79a67b2585b7dc6b23bcbb2e57 0.00 MB 1 0
66,502 66,502 000000000833eb4cd825336849cad917b4c70347a45345b7318ff3d230d7c179 0.00 MB 1 0
66,501 66,501 0000000009ece89b50b169a35b5808f32cac58c08fbb29d3a397182934181052 0.00 MB 1 0
66,500 66,500 0000000002b4c8837bf58304eaa4f8477c1beffc116d2b44660f70867a7c3eac 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.65 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,542.60 GB
    • Received: 136.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.