Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,709 transactions (0.73 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,375 000000000000000000022cb30000000000000000000000000000000000000000 0.73 vMB 1,707 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,374 (877,878 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
31,496 31,496 00000000b5493f5faeb85fe5e712a6f9c3cd89d892624e3ff21affdb05029137 0.00 MB 1 0
31,495 31,495 0000000028f24e7b0f93036815a49ef504d958521676adb354568dc2be81ad87 0.00 MB 1 0
31,494 31,494 0000000022d36fbe3fe1a2b5407ddd8f4d64bd3b720d9828e6ecb4cdc14ff4da 0.00 MB 1 0
31,493 31,493 000000006225991a007d8150a3a73ae7d74fa024f17ebd7a94db527275f53b4f 0.00 MB 1 0
31,492 31,492 00000000201626685cba7afd44d27a822f4cb09bd272ddb496fb6ba29d758474 0.00 MB 1 0
31,491 31,491 00000000c0f03e3c54f59a4b5daa32edc07a37309c754321030d47f25b3306bb 0.00 MB 1 0
31,490 31,490 000000002c161e8667cb689dab5ffcbce78ebb870c94b9de56de2c5e9a4d49ba 0.00 MB 1 0
31,489 31,489 00000000ce13e2d877387db6a418974481fdcd946bcc72c3a52f1ed7ad34f2a5 0.00 MB 1 0
31,488 31,488 000000006184f354075ab0519ee0d00a4df044f35716c4a28fb5ac71941c6cfe 0.00 MB 1 0
31,487 31,487 0000000071dc1375c3f79b8911193dca808c3c7d1c8e063ad2f9bd6d53a72d8b 0.00 MB 1 0
31,486 31,486 000000001f16e6c5ffed36c601d3410f1e5b598e7a7baee9f9c7ad21960d46fe 0.00 MB 1 0
31,485 31,485 0000000013b78885408747c0e9c8b09a7afa00f6d7d2014feac3661f050e4c44 0.00 MB 1 0
31,484 31,484 000000004a4bd5d39a68787f96c6519aab05f5f0ecee3c939d3bd9ffbb36acdf 0.00 MB 1 0
31,483 31,483 000000009c9db76e8c4ed270a1b80be19dff255f453ae2a18698df8d17b67927 0.00 MB 1 0
31,482 31,482 000000005198a7fa962a3767227a42924e51068ce7503c4dac84f1c485dac6ae 0.00 MB 1 0
31,481 31,481 000000008fbbff85057dee9da4df4c9c7900f8ed0c38bdb09ec334f589603850 0.00 MB 1 0
31,480 31,480 00000000e1ff6446b8e7b106be06c26fde038ac30aff44b5f728ff9c04bd1119 0.00 MB 1 0
31,479 31,479 000000002383be3b3fc36d05d304dee79981f80a5a1f7e583e5d9041add14a23 0.00 MB 1 0
31,478 31,478 0000000030aa52070cbc45a010d1407f385c7d8434f95b91ba4f5a25ba0a296d 0.00 MB 1 0
31,477 31,477 00000000ec9fff85911532059d0253762160a339029b41c3707faa5d5345c911 0.00 MB 1 0
31,476 31,476 000000002575f110b9bb94669441eadb808eec9e03d483231d92bc6a79316534 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.23 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,069.22 GB sent, 109.33 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.