Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,356 transactions (0.79 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,889 000000000000000000022b910000000000000000000000000000000000000000 0.75 vMB 2,344 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,888 (894,449 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
17,439 17,439 00000000b4b6e48d053ca412990ee9ec9000ccc7fee0a43905829ec4989a04f1 0.00 MB 1 0
17,438 17,438 000000005f1a75085917164465226335b2df7c171f14a982fcf1c2329d543619 0.00 MB 1 0
17,437 17,437 00000000db9190c36c50280905f72d6c7bfa054438651d2717849dff97d6e2db 0.00 MB 1 0
17,436 17,436 000000007a8facd6b34eadc691e7fe890ab96f3693ffc956b7e707f8d294caef 0.00 MB 1 0
17,435 17,435 00000000acf0320eb79792faffb34fdd7beb046f6f1793914ae396beb0c9f385 0.00 MB 1 0
17,434 17,434 00000000866e419a0e76f113d1151facd12b6c2802795b6f962f7b737c1ae771 0.00 MB 1 0
17,433 17,433 000000006df20136235cf554de407c4fa301db741b34e7992c8a166bd8443939 0.00 MB 1 0
17,432 17,432 000000001968300930a7c6cfbeb99abb259d89d7a81d184e334f85d5567f55b3 0.00 MB 1 0
17,431 17,431 00000000b60d078848d3e4a1bc0e75f4a7a3bc8f5688deca9f53a1bd3f735918 0.00 MB 1 0
17,430 17,430 000000003a26e2b29ff989b3fb52aaecf71cf1e5bd2b4652643748a38d3b274f 0.00 MB 1 0
17,429 17,429 00000000f6fe0b4d12524f8a9ef48f5721b4e9e51f8063246a0caaecd1579ccd 0.00 MB 1 0
17,428 17,428 00000000ae89d5279326c6d97acc56c2179d72b4593d84c5d10e67e0bbc28f9e 0.00 MB 1 0
17,427 17,427 000000004254d177436421c2561d448e8cb8cf480315608dfde16a6a756544d5 0.00 MB 1 0
17,426 17,426 00000000945261b3045efb1bfe1324e057d9493e1ea08e80cb167526d2624638 0.00 MB 1 0
17,425 17,425 00000000800698a8e69ce11e2ac43e8ac065631d538585b5ca6d49d48a5c746d 0.00 MB 1 0
17,424 17,424 00000000772bc0245ace976ac817e3df9580e8afd599cf8b12558295f07aa750 0.00 MB 1 0
17,423 17,423 00000000dc29109591c545da83c193949abcf7c97cb71380c10e07d046c6899c 0.00 MB 1 0
17,422 17,422 00000000772b3e3fd5d3a1f8bf0eb42c8002b62ec0b8cffb70b7f0133efd861e 0.00 MB 1 0
17,421 17,421 000000008476af52d953538fa29860389c8295d20129322772835fb882281525 0.00 MB 1 0
17,420 17,420 000000007146ce618b41f527761f1c742980b6712887ba6d93c33750d45c4f78 0.00 MB 1 0
17,419 17,419 00000000a0b79a5f4a133c540fd6fe14bae06fc29984fa7fde5246f5252c8908 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.88 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,477.00 GB sent, 132.89 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.