Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,583 transactions (0.71 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,189 000000000000000000022cb30000000000000000000000000000000000000000 0.70 vMB 2,578 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,188 (819,807 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
91,381 91,381 0000000000063eb21a43c3f2a14f1b1dd62f3fcea8fceb974ad715b87b871885 0.00 MB 1 0
91,380 91,380 000000000005ee51326706b3cf7b86b9434b1c7028251fec6d2f6422cb6e08f1 0.00 MB 2 0
91,379 91,379 000000000009a6ee4730396d0bcbf829cfd6f4766000828f9b66bd94d4c2c588 0.00 MB 2 0
91,378 91,378 000000000009c045a8164d724b8489fb0d3cb8e06fb7b1a84bc62663f536db96 0.00 MB 1 0
91,377 91,377 00000000000d2ccf1cac54977a4e7205be856f6fbe4e5de3675d8c122f2f736a 0.00 MB 2 0
91,376 91,376 0000000000018977254c4d772bc7fc57aa80766c509bce40332d531c8b6506f3 0.00 MB 1 0
91,375 91,375 0000000000082a0da527d2b1640fedff0d8b9ef56cdf66ccf9d4732e8516c1ec 0.00 MB 1 0
91,374 91,374 0000000000039c764e87375a7e122bba086c1bc3331acd2d3963e47f5e4fc3f6 0.00 MB 1 0
91,373 91,373 0000000000068c71470aef8b09554b9e710305f8d3ad985084abd9550f76c331 0.00 MB 1 0
91,372 91,372 00000000000d57341b64e8cc09ed923ff1aed113bf3e1b07dd71b43f1de32a9a 0.00 MB 1 0
91,371 91,371 000000000000aa81fd5974699c74217632142dbc11664def72f41fbe6d3e4c31 0.00 MB 1 0
91,370 91,370 000000000009eadf4003311bbdea6805b854cf3e652613e3458f8ad3057c8409 0.00 MB 2 0
91,369 91,369 00000000000d04e85c6fa94ac2da607185924050aa35c2ea199ac8f920d30903 0.00 MB 4 0
91,368 91,368 00000000000188fbbe623e2697d62786d422c347c9278265a6ebd2999b73abc0 0.00 MB 1 0
91,367 91,367 00000000000c46c72bd6038d15bbe0ff4b8197d4df4b1753c987bf0a971981f5 0.00 MB 1 0
91,366 91,366 00000000000a924d62404d3f9dd5e93a60ef7f88495713e380e010279905b9a9 0.00 MB 1 0
91,365 91,365 00000000000a2fee4875ea5766dfa73d9e69f59d4e130d310a9890c7a1b0084d 0.00 MB 1 0
91,364 91,364 00000000000db060849d77fe65b415af66f48c4b4ef36083050796e47dae9492 0.00 MB 5 0
91,363 91,363 0000000000021d712fa3606cf852ce0a2280244a03288ae5be78943060ccd936 0.00 MB 3 0
91,362 91,362 00000000000cf2575961f6de22afd66da0ad1173a0af6041813caa426b31c2fc 0.00 MB 5 0
91,361 91,361 00000000000c5a1bf6d2cb141e9186dab30cfb5cce4e21eb8d162cec720c5162 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 775.59 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,376.07 GB sent, 126.75 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.