Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,498 transactions (0.76 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,496 000000000000000000022b910000000000000000000000000000000000000000 ago 0.75 vMB 2,487 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,495 (837,381 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
74,114 74,114 00000000002fed070ed340a78e7240b8a344f4c5ae912d3a5cd144182a388b15 0.00 MB 4 0
74,113 74,113 00000000000b4773e50d7e96308fd25eeb3c5585d3697a5185c10d1bc9f9d463 0.00 MB 2 0
74,112 74,112 0000000000058bdfb316b2e3cf2c224d7c31892340798e0fa0b0165b925ca64a 0.00 MB 3 0
74,111 74,111 00000000001827fb2780b03b72ddd9d8b58bd939e23b1c9cd052a4f3a05ad47b 0.00 MB 8 0
74,110 74,110 000000000041eb86a7cfd9eaa1ab5b626fb47e26d30b731936eabb9c5b6912d5 0.00 MB 1 0
74,109 74,109 000000000038414d82868b4f0be6a33a0403dfcff84044ab814f05b30b8c4d09 0.00 MB 2 0
74,108 74,108 000000000050309a7b781c099b49a8f648ad63e718c1200892b6af6415191689 0.00 MB 1 0
74,107 74,107 00000000004a675c3a9aae348d6bae4b358c1acf9ca12de3a4c426cecdfad425 0.00 MB 1 0
74,106 74,106 000000000002460c8716aad6dbb10a70515950b56f23fabc45befff7372e9152 0.00 MB 2 0
74,105 74,105 00000000007ec3a5b5249f12e86bb71b055374a15b2e5bf6ec08a74ce6eccaea 0.00 MB 1 0
74,104 74,104 00000000000ad0c3ae2c7867d98224a499e975c9995b0c0b6722003ef4959ab2 0.00 MB 2 0
74,103 74,103 00000000004de9f98c24b028fbce592cc35daf2773da087256b198cc9b2a2c39 0.00 MB 1 0
74,102 74,102 0000000000997ac83ac47832be0f11c9228c35fba763e71be36633d5db3cb456 0.00 MB 2 0
74,101 74,101 00000000004ec5f37f47f14cc25577b6f7055044b32e4c05aae2a408dba93d9e 0.00 MB 3 0
74,100 74,100 00000000000a49aa8d2ee47e882851dba11f587f412e01550c29eab96daa9eeb 0.00 MB 1 0
74,099 74,099 0000000000adfa052abba50cbed35df7ae8aebb2820a3cc081cd338034f7563d 0.00 MB 1 0
74,098 74,098 0000000000894230ce6e16b5894289d80a5654ddbd1baae2e54c80b5d5515afe 0.00 MB 4 0
74,097 74,097 0000000000b046c042a4715754ff1ec849205f2fcf48122d44e0ef2b6e74e8dd 0.00 MB 1 0
74,096 74,096 0000000000af7ecce20e5c2cc59da4103c2be50ca9a5ffa94317e5ea13896eed 0.00 MB 6 0
74,095 74,095 00000000009b3f6a6652ccd47ecd8a4cf6f9aca4c1fbe5aa44662e6df0537500 0.00 MB 4 0
74,094 74,094 0000000000089fc7c76918e8d8a27988b6cf65ad39555bc473d93aeb3bca2fca 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.15 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,411.98 GB sent, 129.48 GB received

Notes

  • This page updates every 5 seconds.
  • 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.