Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,068 transactions (0.92 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,558 000000000000000000022cb30000000000000000000000000000000000000000 0.91 vMB 3,068 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,557 (849,789 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
59,768 59,768 0000000009eb30f8d59442eed46d3d02d6b4e5b4d7cab80cf8113da77ca18e70 0.00 MB 1 0
59,767 59,767 00000000017597d829eca257d412f72e73d5a49c3efaf8f89e408bd4145311a9 0.00 MB 1 0
59,766 59,766 00000000013a3a7a4e50ba910a4692ba0fc4fb19b6808216a6669366040abe4d 0.00 MB 1 0
59,765 59,765 000000000b5ad9230ca9801805ea60b51ffaa851bd08306fd269e2f3246df686 0.00 MB 1 0
59,764 59,764 00000000073ca15ef60e4ce5a267b015e20935cec08ba491215f83e7a04a4d2f 0.00 MB 3 0
59,763 59,763 000000000be4c364782c37a24f95fae72c41d5066ef04f4ac1447b6fee019817 0.00 MB 3 0
59,762 59,762 000000000366dfd2623df3d41406a8dc998915d5bfe3e8bfe3a945ecc94e77e1 0.00 MB 1 0
59,761 59,761 000000000772abc96bfe3c85d87534603785b6ad4b63c123afe6d9cbed57846a 0.00 MB 1 0
59,760 59,760 000000000b7fe49d2de1d4347b406ef16c72b4998f7d6f7e72e9b3dcd78c5e05 0.00 MB 1 0
59,759 59,759 0000000004ed7a6a90d253d5fcb440ae620136a5cc166eddbef48d85dc6a7cd3 0.00 MB 1 0
59,758 59,758 0000000002032108284508a4fc63ee868b85b46b22fa2afb92da32fb478973b9 0.00 MB 1 0
59,757 59,757 0000000001cfa309f902be31e2689b9d724fb82224da91b8baf22b848161899f 0.00 MB 1 0
59,756 59,756 00000000012480398a514c01991510e67c086c86f6e545fdbb2f497458c8e558 0.01 MB 8 0
59,755 59,755 00000000014d778cbe52734c88ca8a1b803a3bff1c2083e35d09eca5577bbd76 0.00 MB 1 0
59,754 59,754 0000000001c26e8aa62965812b32aede75b7fc488de81ea79e5ac040a319747e 0.00 MB 1 0
59,753 59,753 0000000005b8921b3aa29eae27beb88a1d3c0d9bc05ad86f19b6104aca3eeeb6 0.00 MB 1 0
59,752 59,752 00000000020efb00121d541eccf9450779070fef1e42f36c368089a42df75a87 0.00 MB 2 0
59,751 59,751 000000000e10cfa328a66bb4d9b68039c11a0762d0406b8376dc567c136e4abb 0.00 MB 1 0
59,750 59,750 0000000008d221b045bd74f9bffb73b529099c1803349483478740f238d597d6 0.00 MB 2 0
59,749 59,749 0000000003e45e59c60549221c14924469cea1eac842f157ded851c22e0880b2 0.00 MB 1 0
59,748 59,748 0000000000ecd6125773338997e818712da585839eacf5390f855052dc39cd94 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.58 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,088.22 GB sent, 111.16 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.