Loading Tool

Explorer IconExplorer

Memory Pool

1,153 transactions (0.35 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 1.92/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,251 000000000000000000022b910000000000000000000000000000000000000000 1,139 0.00846382 BTC 0.35 vMB 1.99
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,250 (746,786 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
165,464 165,464 00000000000007b5986bf8e83d4ae7e09c32a0f4256a158a8a9576811f1ccdd6 0.05 MB 132 33
165,463 165,463 000000000000020851cff692dc3d5046ca0225e82e9878f9cc9d37bbc201f81f 0.03 MB 51 157
165,462 165,462 0000000000000b5d20dc9c704409711c35e70527063d323db22a1c4919f4aa44 0.02 MB 42 42
165,461 165,461 00000000000006ce0499bca0b252012bd403126e4bca2ea39ab845509731cb01 0.00 MB 8 19
165,460 165,460 00000000000001883b7b2be0c80ba3c6066c09e35defe3fe83c07547159b5d02 0.03 MB 45 132
165,459 165,459 0000000000000a8ec8fa8533675ce4f7fa902d48a57a11279c9f155135a40292 0.01 MB 18 195
165,458 165,458 0000000000000122a746872d6b14e968039f6df9573012aa0472edb6f4706fd6 0.01 MB 15 147
165,457 165,457 0000000000000479a51ca17385de7e3634fe0228a8093219e3d21a413e30f725 0.00 MB 1 0
165,456 165,456 00000000000003ec783f3a619360ab99c1ab48eeef6e3b42547dbc0a00a77f75 0.02 MB 25 59
165,455 165,455 00000000000008eb78daf2a3cd2c74bf8443c5c8711c0262a762384300334778 0.00 MB 4 33
165,454 165,454 0000000000000128ba1d63790ccc6964c7798233d926106ac849179340f16c4c 0.00 MB 7 49
165,453 165,453 000000000000055cb9b3ce0392cef11446f89f8b3aaf89270f100f98c559dd15 0.01 MB 27 26
165,452 165,452 0000000000000528deee0c0c59433688daec3d9bf96cb7df696f46c2d8963f81 0.03 MB 62 133
165,451 165,451 00000000000006a13f3fda4b0714b21cf91b2c63296274b4666ad09524aff0ee 0.03 MB 110 0
165,450 165,450 00000000000001a75b3eb54e5eb19728a1527b53071f348ccdb68c7a9a651cf4 0.02 MB 56 181
165,449 165,449 0000000000000a3b7263483918979664a47867e72d81e95336467c9973fe23f3 0.03 MB 97 702
165,448 165,448 000000000000001d031458cf331437e8cc876c3c840619e8eb6ecde73360dae8 0.01 MB 17 514
165,447 165,447 0000000000000918b609f0bc6a9a656c8a62fdcdf29a251de11b649d6a783704 0.02 MB 60 109
165,446 165,446 0000000000000b66ce1abced6f28c9ce9a38cd47f6b8f7ce35c2ca82b24542b9 0.03 MB 47 144
165,445 165,445 0000000000000109ccce0cbf16cb9482d16c2fb8131120d62bb2d45bdb002dd3 0.00 MB 1 0
165,444 165,444 0000000000000bb324d7b10e5e6ff5d46a979a046bc94075dd84620a990827d9 0.05 MB 119 23
Previous 10 blocks ↓
Total Size: 777.54 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,538.10 GB
    • Received: 136.04 GB
  • Uptime:

Notes

  • 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.