Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,216 transactions (0.32 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,810 000000000000000000022b910000000000000000000000000000000000000000 0.32 vMB 1,207 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,809 (891,581 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
20,228 20,228 00000000b6d0774cb5132de37c2699134c5bf60cc9da24467f499bf86b453376 0.00 MB 1 0
20,227 20,227 0000000069c1607a000052b52a81344aba3df1d806dd8a062d1a326d5ceef407 0.00 MB 1 0
20,226 20,226 000000000a4ee33acf5d240c259d838b2eb88726b6959ddec6b91f12ea0ab465 0.00 MB 1 0
20,225 20,225 000000007ab73e1f677c599c42358cc7e80e234c1911654a1d91d973c0500361 0.00 MB 1 0
20,224 20,224 000000004ca96ac2172e5b2927f2d61b2bfa749222de7fb19ed02b2cfd5c4e55 0.00 MB 1 0
20,223 20,223 0000000054a9f25f8f4d209db5318ae364095320340cfd84ac156f1ade2b5a04 0.00 MB 1 0
20,222 20,222 00000000223da519eff42c315d8d79dab24073e50c348aae24d33218312d2daf 0.00 MB 1 0
20,221 20,221 000000002f1fe3430bb75e5f515af66026b12bc3ae12e480d9f0c65ed27184d0 0.00 MB 1 0
20,220 20,220 00000000205e34c15d956498e35e7695fcb9dd44db36b9f5d16899e588c3a67d 0.00 MB 1 0
20,219 20,219 0000000061346c8477ccd587bddccb05c93745f2c0f1dfe5a4a75aa7e4a05f6d 0.00 MB 1 0
20,218 20,218 00000000d55c46a8b4fec6e949a964cfad601a70405fc441fb21ced3d318aa6a 0.00 MB 1 0
20,217 20,217 00000000c514678e115ab8e0d5e59273873dfc492cec6f791608b6ed2be5ca2a 0.00 MB 1 0
20,216 20,216 00000000431e8293f8472b19284ca2c9ba33578a20df2387446c241d8b30e409 0.00 MB 1 0
20,215 20,215 00000000312007104d926163bff679673153d9a8e97c5992f8647b6c77e1e3ed 0.00 MB 1 0
20,214 20,214 00000000dde0c69eb4379207360fac7fe4019608eb1863c04b0069f923b4f793 0.00 MB 1 0
20,213 20,213 00000000b5e1cdbe1f7f9cd26f2d87043a5aa27e62173d754a245ccdce3dc6f7 0.00 MB 1 0
20,212 20,212 00000000355b51138f812288d56eb9caae93a0de30faa19b77d732b8bf6e2576 0.00 MB 1 0
20,211 20,211 000000002d33fb28f7773e4ecb17edd83cf14f07cb0d5221c20a4cd0e23968b2 0.00 MB 1 0
20,210 20,210 00000000041b9ac1269ce10e60a15be4fa71efcea69a8204b32deb5528e804aa 0.00 MB 1 0
20,209 20,209 000000002ad58b12546a4708da33b2b76d4dace9ec8015d3c42e21ec9cb115d8 0.00 MB 1 0
20,208 20,208 000000000ed54e017af10637f36a6a1630a78b1b6d1e305c8a3ecd0e05587c51 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.74 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,457.35 GB sent, 132.25 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.