Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,862 transactions (0.55 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,696 000000000000000000022b910000000000000000000000000000000000000000 0.54 vMB 1,859 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,695 (881,925 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
29,770 29,770 000000007a7426cac88a226856ceca1483e561f301f59e1439b43bbc3682e5aa 0.00 MB 1 0
29,769 29,769 00000000aa1c495ead4c75e79e61dab677f8f239eba1fc86ee7076fc7d6c9191 0.00 MB 1 0
29,768 29,768 0000000003542c355d8911acc30416fc56ee4b6c942e7e865217da8f4b1519b9 0.00 MB 1 0
29,767 29,767 0000000037cb3ab5e65bc3a0e8c1e9ff0a533a47002e63264af13ea7546c75e0 0.00 MB 1 0
29,766 29,766 000000009623c84966273a3ba4edc520602be0d4d8f9771b466146cd34398b22 0.00 MB 1 0
29,765 29,765 000000008e73bad64e59a7da8457ccd932980963e3c41b89f8924f3a22cf39e8 0.00 MB 1 0
29,764 29,764 00000000f827b222c34f0712c67525c9f2a960fbef9c3018743a5f2720e8a4a2 0.00 MB 1 0
29,763 29,763 00000000eded3c0b5f8979b672c8d2aa0e032faf123811c6ec96688eab36f849 0.00 MB 1 0
29,762 29,762 0000000046680cf5f19dd2c52e1d7beb5493c2f6b1af6c32ae6481f3fca5ed2e 0.00 MB 1 0
29,761 29,761 0000000094b556b896611e2b746cbc8c3b750ce38767c5b15c2c39c4a452aad6 0.00 MB 1 0
29,760 29,760 00000000c2df9f146f37bd1b3abe3d5a9205a60269e061be40df866df54c666e 0.00 MB 1 0
29,759 29,759 00000000167ef3b9479db3c92c72182e86c32830edfcf5d98ba64d2fcdd50772 0.00 MB 1 0
29,758 29,758 000000004c98835f0eb4779862e76b378c55b6b8d4b687c36d75b7156e2b8e88 0.00 MB 1 0
29,757 29,757 000000000085f317500612a407d2433e30a51146476b85f83f640e52586344b3 0.00 MB 1 0
29,756 29,756 0000000084d26214e9f29aabaffe32cfc93ed85f3f13421890a7894a49c6d025 0.00 MB 1 0
29,755 29,755 000000004dc554de476ecd77416a5bcba9c5b0dead36c340768ebb75d5c9314b 0.00 MB 1 0
29,754 29,754 000000008a57bd87ae620ea1bfd97ca75087525fb6c4d224fce046fbdd29e9d9 0.00 MB 1 0
29,753 29,753 000000005e767a553c7cee166b7b6c80807cdf58bd97ec91ef453e303bf6191d 0.00 MB 1 0
29,752 29,752 000000009b0b34f9e1b141ececd17ba9984b54d37767c69230d3462d84c81da4 0.00 MB 1 0
29,751 29,751 00000000c79ad4c40c3ff098f06487bfa2bfdc66886bdbe27369958d78a12b28 0.00 MB 1 0
29,750 29,750 00000000f633dfbf696580f459944d63ecb74eafd91497be2bd505069413e44a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.52 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,425.68 GB sent, 131.26 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.