Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,857 transactions (2.67 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,285 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,041 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,284 (848,462 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
60,822 60,822 0000000009c066496746750cc25005b7efc145b9e1ae4e6a3d73baec42a0240d 0.00 MB 1 0
60,821 60,821 00000000080837e74ee506c7509c422a14d0a7eccdba4fa1d033074723371940 0.00 MB 1 0
60,820 60,820 000000000a5c86fe6c683619c9fcc2f506a91d375880b01a9ae5fdc4d9485474 0.00 MB 1 0
60,819 60,819 0000000001a4e63208a50e98f570e72bbdb712b440b908371ad400774bd7917b 0.00 MB 1 0
60,818 60,818 000000000b8f3a1c738fc761b12cb5938d043dd9bb63135ced0bd9dc6548c88c 0.00 MB 1 0
60,817 60,817 00000000012dcda1a14fd0ee0fc50d24f907f1126f592bd255dc43b3f66a08e6 0.00 MB 1 0
60,816 60,816 00000000031a2fe40d2ec4fa7d3192a41837f35a1f039f2ddc68d0a768f9e504 0.00 MB 1 0
60,815 60,815 00000000064c05468d0b2fae1ea0959688ab9a8b628133756ab722daf26c48fe 0.00 MB 1 0
60,814 60,814 000000000ccd24fdef80cc8ef8a18986656209b58d8af4425e09724e5857f98e 0.00 MB 1 0
60,813 60,813 000000000a76301811a43dd8000771101e83d95667d3df55fd9b98f7f775f96f 0.00 MB 1 0
60,812 60,812 0000000004cd0d13018c47cf9b270e20bc9d05104a52d9aea20dd232db4ecabe 0.00 MB 1 0
60,811 60,811 0000000007047dba8290be8429bd8cd163dad563bad661bf2f0552ee08e8fa30 0.00 MB 1 0
60,810 60,810 00000000004efb2152dbcc606da6ebf06def0c316aa4b045d2293d19b8d729fc 0.00 MB 1 0
60,809 60,809 000000000be9b3aabaa9b24f4052e749ea060611964299b0923e0993f4a1abce 0.00 MB 1 0
60,808 60,808 000000000c2e3484930a46388ea7cfccafa94cf8900af9117bd7f0ce504fca6b 0.00 MB 1 0
60,807 60,807 000000000ca4da7494f624b74c1ce46a1dc74466c758b14c8811b5f35beb1458 0.00 MB 5 0
60,806 60,806 00000000077b6f0c1c3b73bbada85c54a7f5ad18c0a0101138faba9bfa31e17a 0.00 MB 1 0
60,805 60,805 000000000710c416638dd2f5e1e13ebd2db9cc3d83cabc6073e9f0d40e64c44c 0.00 MB 3 0
60,804 60,804 00000000047c8aede26b8c80171b8282885574e50efce3331cd41f7167359242 0.00 MB 1 0
60,803 60,803 00000000030902ca936143fca397e315357e728031aa14c88fc24674865e8f26 0.00 MB 2 0
60,802 60,802 000000000ccded969e36593360550bd72c56249c1ae693109df160e13fe1eea2 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 772.07 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,046.98 GB sent, 108.39 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.