Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,964 transactions (4.24 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,277 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,002 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,276 (891,552 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
17,724 17,724 00000000439b1d6b3fe13726367177c2a0d0c14067bac81d66d6a2c0855667a2 0.00 MB 1 0
17,723 17,723 00000000283e288ec32c4cf77b8f16e2aa5b3224ca2838f136ca8def37329e0d 0.00 MB 1 0
17,722 17,722 00000000c61caef85efada463414ff387c371c9b082d33aeb1386312017c2cc2 0.00 MB 1 0
17,721 17,721 000000000f85ee699412ff64b2d769a49f4c3460ccfcb3abf5a04e0d7f925bc4 0.00 MB 1 0
17,720 17,720 000000001653b8e7a4b93c9d9b5c70a3f61e5b8de139d9a2713f1fb1b9962267 0.00 MB 1 0
17,719 17,719 000000008e62c8e8e738051f0bcdb1907b21c55dafb6e3ae64a10e43381626e5 0.00 MB 1 0
17,718 17,718 00000000753b9974cf813de30383b4e07ec4219cb6cd8d526471a35484bcefe7 0.00 MB 1 0
17,717 17,717 000000007b9370caf449743483091cfc18412e28e045c60b93e33c5904c8bc3d 0.00 MB 1 0
17,716 17,716 00000000cfe12826d5cc5f182ee04b086f7f6bdc3cfde2d31c6c514f9cd44aa9 0.00 MB 1 0
17,715 17,715 00000000dfab48304d1486f2fc8515aa2757141c84b7c7d7ef0cb1b14912b3db 0.00 MB 1 0
17,714 17,714 00000000b1a7fc1a6f3b1def7680979187b9405c7ef1bf4a55d1661d5c760c87 0.00 MB 1 0
17,713 17,713 00000000f0e357afa9344ae0e92f8cf74eefe51d71b96b35fc0cf75c220b34f0 0.00 MB 1 0
17,712 17,712 00000000dcc0a55876c1107447b16f9533913af7a80a2a0d74185c371df8bf3e 0.00 MB 1 0
17,711 17,711 00000000762b2c15f8246156817c1052d00d73b8eb8b59c07dc151759fd4af50 0.00 MB 1 0
17,710 17,710 0000000061f85b78bab5109bac773f81adcdf08e1f511b67448272677e423042 0.00 MB 1 0
17,709 17,709 000000003c60f51f2959c1d212f4322e3aa4064a9cc3c2c43931f30cc9e31c0c 0.00 MB 1 0
17,708 17,708 0000000011e9773667e3f9bf7e7ce010d675c914128a096c678b250e2ba2a18c 0.00 MB 1 0
17,707 17,707 00000000cd04ed36fe38ecf5d6806850f91d88f7464c464f303199135547c560 0.00 MB 1 0
17,706 17,706 00000000fc384d9d9331493e8b9765806dfc0d1a8444b6adfcac4ed4f4a00c78 0.00 MB 1 0
17,705 17,705 000000003511feea0992cfb27fd742c056933bd4555f22380c66b174e37ac5ea 0.00 MB 1 0
17,704 17,704 000000001242e8b1a094052103908bea510710a336874c3a01c63499a7fddcde 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.05 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,046.31 GB sent, 108.31 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.