Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,289 transactions (4.97 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,241 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,580 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,240 (894,511 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
15,729 15,729 00000000c911f497df16f5c997e15593deb5f076f27cac02d617913aa38d0b97 0.00 MB 1 0
15,728 15,728 000000003e61fdad8cde90c6cc38a11b0df3c56b3cf1495b0d8b718627f6d687 0.00 MB 1 0
15,727 15,727 000000007d239948955d704839e6898e9f03d07c1836c6285ef891648e70be71 0.00 MB 1 0
15,726 15,726 0000000021af425e1ef5b288f757f9fe6f89fbb842dd379bad510a7da80fbb77 0.00 MB 1 0
15,725 15,725 00000000e9c6801501e35ad9c90ca074947490c6f2fbf168fcdc1d2357b9381e 0.00 MB 1 0
15,724 15,724 00000000ebe3d93526302ebef634da8d9824f986281b3b85bfe5d9eb0186050c 0.00 MB 1 0
15,723 15,723 00000000837ea5e9b4a2a48a79a61939162b42bdafaf5ba419a072b9446465e5 0.00 MB 1 0
15,722 15,722 000000003f6f1635a07d4418bf6a79ddedc994e4382138245b21c42be730f5fa 0.00 MB 1 0
15,721 15,721 00000000e8eadc61210724e2d855f60781ff3fb74d4c366e621c8f35e50719eb 0.00 MB 1 0
15,720 15,720 000000000e73621649057457c5be0995b922d5cd7793cd83ec4452728aaaa0b8 0.00 MB 1 0
15,719 15,719 00000000489d4cea3c445f99ba6b943c01945e4f9a42396eb004097fb82caf14 0.00 MB 1 0
15,718 15,718 0000000070ccadd76f71450f7d5ff68b8f7a11932aa1b882d79ae46e07929ca2 0.00 MB 1 0
15,717 15,717 00000000f68cef70dc731797b8a9c5ca16ed791d5334705ac43fe43fe9dc5302 0.00 MB 1 0
15,716 15,716 000000005353b064671b2c1a25584da01b67b8b1479ee91478983fdcaeab2045 0.00 MB 1 0
15,715 15,715 0000000025530702683948800d2e52a771aeb83ddbc1954c93f71d973cf2ffa8 0.00 MB 1 0
15,714 15,714 00000000afaa9495a28d522eeaec488916806accd4df2c77600e311afa368e9b 0.00 MB 1 0
15,713 15,713 00000000ecdbf0c38f47718666888dff835fb6c3de16ea5d23dbce29f9467525 0.00 MB 1 0
15,712 15,712 0000000059fd47454bfb73d2387e0b6c598af81c7f7734003aec05546c4a5779 0.00 MB 1 0
15,711 15,711 00000000f113366c6bedeb21e05362236adc7467cf99a951f2c033d9f04ace45 0.00 MB 1 0
15,710 15,710 00000000d7641f68c396bc25573469bf8974daeba01e059e5f885b91856ebdaf 0.00 MB 1 0
15,709 15,709 00000000be0e5fd1c4db3a9099fa37f1547bc764d62b5c26ac417cf5d9a863a3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.84 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,209.72 GB sent, 117.83 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.