Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

433 transactions (0.13 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,549 000000000000000000022b910000000000000000000000000000000000000000 0.13 vMB 432 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,548 (387,050 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
524,498 524,498 0000000000000000003ea0388e8d5d67c826b9828a0e1e1c2e65c65acc37d031 0.16 MB 368 54
524,497 524,497 000000000000000000356417ab208676e46ff35c801571e289166d845dc8cbce 0.69 MB 1,530 20
524,496 524,496 0000000000000000001efadc991d01d1df167ea1c213bc69045a422575839359 1.17 MB 2,668 42
524,495 524,495 000000000000000000108d8dd2ed3b8ffb8a0db227c86bc9961da9fe3dd4392f 0.19 MB 355 12
524,494 524,494 00000000000000000016cf2dbe844158309e333b03652a875749579d87049f6c 1.28 MB 2,289 28
524,493 524,493 000000000000000000130c00d249b69b2d79d91c8ea3436f2dad79ab74ba6f36 1.14 MB 2,640 40
524,492 524,492 00000000000000000008f98a06613b219e1b0df7b72cc352fdcc477a19691f34 1.15 MB 2,672 36
524,491 524,491 0000000000000000000b6ce14cc39740a42d817ba68382075927555cd707f3e1 1.13 MB 2,605 20
524,490 524,490 0000000000000000000fd85e52ae29b14e9eb6b74d17b1f552069ef5e65668f4 1.17 MB 2,631 54
524,489 524,489 00000000000000000019ef217c3caf761a2c601afd007faa4c149e2384117a60 0.35 MB 852 30
524,488 524,488 0000000000000000001666e0d7cfc121899c3b32feac21f83726232a26b39079 0.52 MB 988 43
524,487 524,487 0000000000000000000caef09540fa0c85ebfc0b3e738295e7c990ac72b904f9 0.11 MB 239 15
524,486 524,486 0000000000000000001e096829b9f9ecb847ee374c59485730fc178607b212dd 0.75 MB 1,646 42
524,485 524,485 0000000000000000001b3adb14324a159df7ada87689949096a164a6f2f00575 1.06 MB 1,484 8
524,484 524,484 00000000000000000037c357b4ce99f947759b668836aad56aaff56f9634ca1f 1.10 MB 1,737 30
524,483 524,483 0000000000000000003e7a36bd6fc1bec7e29cdcdf81ac0ecb211fdbb2a2d6d1 1.01 MB 627 68
524,482 524,482 00000000000000000027e695dc07bb10d545494228d21d420c579b7797042da6 0.09 MB 227 34
524,481 524,481 000000000000000000352faf57e75687e203d1d681c4c42d892ba7584a432346 0.03 MB 62 33
524,480 524,480 0000000000000000003b1fafe6e9b16b07bbb8f5818218c0dec2f1d1c845a4ab 1.06 MB 1,823 36
524,479 524,479 0000000000000000003f55f87c02ef4ada757b829927f1d4313da8b320b12d91 1.13 MB 2,568 11
524,478 524,478 0000000000000000001f9f2bc8fca608f179a85a082a9439144a9d9852353dc0 1.10 MB 1,814 54
Previous 10 blocks ↓
Total Size: 776.25 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,414.05 GB sent, 129.92 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.