Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

976 transactions (0.21 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,782 000000000000000000022b910000000000000000000000000000000000000000 0.21 vMB 965 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,781 (161,439 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
750,342 750,342 000000000000000000042d571d1066ef969e5ee5e81d09702db79f9bf30cbead 1.51 MB 1,848 4
750,341 750,341 00000000000000000006cc52d2d59745f1c7cd7eb7bc3b6ad510c39af4c28226 1.65 MB 2,413 10
750,340 750,340 0000000000000000000143931301dc5a2d67d2a2974b51e2daec617485f5d233 1.50 MB 3,108 8
750,339 750,339 00000000000000000007eb8ad3746acfccc6f89e649b9030e583216771539358 0.87 MB 1,707 8
750,338 750,338 000000000000000000013e89262fdfdd05d3d1d1a9b6e754ada2253dc210328e 0.73 MB 1,007 6
750,337 750,337 00000000000000000009ed15a028963be8ba9dec688abd19b81a7440e2dd1425 0.98 MB 2,077 8
750,336 750,336 00000000000000000007a055a0f363b252cb06bd5daa1f78c06806fd04705891 0.86 MB 1,513 8
750,335 750,335 0000000000000000000669d23284d9aa67d5269b86da45d2e38bf6d9ef1e2660 0.64 MB 988 8
750,334 750,334 000000000000000000095449736572922249a8c8454bf3874e0399f01d83884f 0.49 MB 844 7
750,333 750,333 00000000000000000005ada597f64562d01ded9d3fcee03204b11ef30a9c02d5 0.31 MB 492 9
750,332 750,332 000000000000000000017d2887d34d91dbadac2b1a3641b0faed284a0f364ac3 0.85 MB 425 5
750,331 750,331 000000000000000000054f228521f3214ce7f35f232eba41580fe950e8f4e96e 0.99 MB 638 9
750,330 750,330 000000000000000000061aaa3d9752ad3a50df7f732643b0791bdff0170fb2f8 1.39 MB 2,531 8
750,329 750,329 0000000000000000000023b6a7f8a0460cf920737d75d8a3ee339ac42c3a1f7d 1.06 MB 1,942 9
750,328 750,328 000000000000000000054e83635d5c419ad1c86c5a233aadf4b141088186449f 1.41 MB 1,285 3
750,327 750,327 0000000000000000000784ef5690340cc6cc3fb0dd8548612a072c1404690ddc 1.49 MB 2,339 4
750,326 750,326 00000000000000000003736810482def7a7d8faae7c234892716671811204f48 1.64 MB 3,142 6
750,325 750,325 000000000000000000007892a6b88b8f4bb1095a6d76cccdf7df71ee082289f6 1.52 MB 3,075 15
750,324 750,324 000000000000000000010bbdf4762b88efc0b64d5f28b94eebf058006f21a84a 1.49 MB 3,160 12
750,323 750,323 00000000000000000004ed7439db5b81f1bd3da4d64f2ad50ad53f80f8b57521 1.51 MB 3,281 12
750,322 750,322 00000000000000000005e1a52b058cbedb8929550bce57c8917d82451f7abe8e 0.71 MB 665 5
Previous 10 blocks ↓
Total Size: 776.68 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,438.50 GB sent, 131.95 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.