Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,500 transactions (0.56 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,582 000000000000000000022cb30000000000000000000000000000000000000000 0.55 vMB 1,461 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,581 (845,298 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
65,283 65,283 0000000006098854d6906c38a39d834d9c87c998ed8014cc058e5b9c87a8b35b 0.00 MB 1 0
65,282 65,282 0000000007ce976f2e3010c038c3f23e8c09f7629b6fd2109b19d9917521540f 0.00 MB 1 0
65,281 65,281 000000000abed00ae678d6d2abf333d13e8dd8d1b3565bc892426f62aaa4607f 0.00 MB 1 0
65,280 65,280 000000000a47159871a1da25edf62ba3093a7b6e90ed89f162351f34e737d4bd 0.00 MB 2 0
65,279 65,279 0000000006d435a746b0b9f383bf43ebafcc6455c7647bc82336239b017f3117 0.00 MB 1 0
65,278 65,278 00000000000ac76d69380e618f2567153ed1924a9b9575f7e21c390499da7f81 0.00 MB 1 0
65,277 65,277 0000000008fabdf301eb1fe3907bd4c1f624b2a3df9211215f516fb5f91e743d 0.00 MB 1 0
65,276 65,276 000000000466ff36fddec1746a752fe841bb57fe566489e380c98c79f5798815 0.00 MB 1 0
65,275 65,275 0000000006043c7990ff7486c0192daa6902471644cf88148a7d94d0aa72f41f 0.01 MB 4 0
65,274 65,274 00000000008c279eb97fcd5e5702baea027e0a513bd8fc89db0bb603bd7b58aa 0.00 MB 1 0
65,273 65,273 00000000054deb0e71b5f8b13756b04e228ec9fd28e077aa1164dad2ef70a65e 0.00 MB 1 0
65,272 65,272 00000000025a00e7bc25f23c8743bbd2de4cfdbd1ade973e7d904a461e133450 0.00 MB 1 0
65,271 65,271 0000000005619872b3c7a56d89296e31bbf7c156b97be2764107096e03d2ffe7 0.00 MB 2 0
65,270 65,270 0000000005276c29d9959a4cb4ed35403362c09f16791c4667c18cff883b3fa6 0.00 MB 1 0
65,269 65,269 0000000004cc01cd99733d447c18cd63002b8fb5a8af15994aa695bd79fc333a 0.00 MB 2 0
65,268 65,268 0000000007ba1a97849804f029e324b76d694ee7c4935b4823b85e9244c6a6bd 0.00 MB 1 0
65,267 65,267 0000000002e2f49d0adad21011c66084dbfb48f21d54d80e914f39ba79b58532 0.00 MB 3 0
65,266 65,266 00000000082af6523752449ed0e5a6cc9ea9752edee8a97e6431a4d39852cbfc 0.00 MB 1 0
65,265 65,265 0000000006237c24a82bc75114c0e9219858713765e11c8b807423f2504fbec9 0.00 MB 1 0
65,264 65,264 000000000100ae3dca30bdf9ac677dccefd245e0dde10224876f527892d6da11 0.00 MB 1 0
65,263 65,263 0000000003e3afbe90a261d6b7d15899df30bb09d145e8c599b1dd858e53d8b7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.45 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,253.88 GB sent, 120.82 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.