Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,504 transactions (2.68 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,430 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,172 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,429 (819,829 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
89,600 89,600 0000000000151929dc55c9a9b88d762feee30725e68e5acd8afacae7d493679b 0.00 MB 3 0
89,599 89,599 000000000000980ed753d12ba45c8bacba4214d8d8f2ffeca7709e25a44e2cc3 0.00 MB 2 0
89,598 89,598 00000000000b31acf3da28b6014dd8f1a1fa5fab5f434f929d80a1b8a78beb89 0.00 MB 5 0
89,597 89,597 0000000000029f8f53d900a919c14c3ce8b860eb2143166f8cf92c5aa05daf76 0.00 MB 3 0
89,596 89,596 00000000000d05f876d7a7eb1bdd0ce9f3377586aab450ecd440846bbe69b4fe 0.00 MB 2 0
89,595 89,595 00000000000930861569638115c85371f970de0d649cc75731e2e46584ffcfde 0.00 MB 2 0
89,594 89,594 0000000000007f1ae3727ccfb726c513fee8e850948fe1255dd9aa6847b6dd3b 0.00 MB 1 0
89,593 89,593 00000000000b2fd9e53e5babb3798b9fef7e8d50053217f5117ab751e0302f5c 0.00 MB 1 0
89,592 89,592 000000000001f5c096b185199127e859d2308c9a60b35d6e42651640fcbc798a 0.00 MB 2 0
89,591 89,591 00000000000f3c3af4a8dbefa23e82c53a45fa413e194f4339687b08a19ccdd9 0.00 MB 1 0
89,590 89,590 00000000000a4d631c75ddd28ab865bdc0fda6d7675b0b84a7e468407b683bae 0.00 MB 3 0
89,589 89,589 000000000006497a82c03884abbc89cb69e5a6524df0f0673c96ab7e13d08d63 0.00 MB 7 0
89,588 89,588 0000000000092c64413dad07fc03632994cf231f09a8a61f6efb2c2d6cbf11a9 0.00 MB 3 0
89,587 89,587 00000000000e88da7be19138bd2ca89494e3d50a7429969d12892d1f76f826bd 0.00 MB 1 0
89,586 89,586 00000000000902cd2a91113f0d6cec09b02a7467a618bb8a58883abc5c224bb2 0.00 MB 4 0
89,585 89,585 00000000000f8c6d170ef7011ba366a52e05ef92ff3c629fc797e806396c7d81 0.00 MB 1 0
89,584 89,584 00000000000f9cbe0e221ae6a2f81be0efbcfa9995e3ded1c5cf2d3134723211 0.00 MB 1 0
89,583 89,583 00000000000ff64caf7310fa740b5d24d8f689becea3dc70e96e41b312741276 0.01 MB 13 0
89,582 89,582 000000000009d9f83a0c6bc7f91c9b830f9377bc9e8f53a22c375acc9afc563a 0.00 MB 1 0
89,581 89,581 00000000000ca39fa21756f8dee5aa566f836e910f8ad25874696dfc32a2363f 0.00 MB 1 0
89,580 89,580 00000000001173f269e62b904644ad0b97aa7148cb8e92e3a174dba45b5b73c8 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 772.34 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,077.03 GB sent, 109.91 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.