Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

541 transactions (0.14 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,068 000000000000000000022cb30000000000000000000000000000000000000000 0.14 vMB 530 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,067 (636,648 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
274,419 274,419 00000000000000021861da41e26bdadefdd99fba8fc6adc50b6e3c466a3c41a3 0.07 MB 177 55
274,418 274,418 0000000000000003d17960c36892c4f58515934e4b9cefcda4d981d7d7d9066f 0.15 MB 259 45
274,417 274,417 0000000000000002dfb785205a80923927597ecfe2709ca22bd3894dbf2dafb2 0.03 MB 59 41
274,416 274,416 000000000000000143d4da42fcd576e19752037d9df1ce3fc582c09dced1aaa3 0.06 MB 150 43
274,415 274,415 000000000000000391a49757c4d6c2cf56faa6e2ae21355791c164a63e7c8e73 0.09 MB 174 35
274,414 274,414 0000000000000002a104bf5a06c39c8b993311512a2d84bc32b1c151a64554fa 0.27 MB 635 52
274,413 274,413 00000000000000049753d4beb2dcb909378dce5c9f1e564c8bd3f5017ded0913 0.05 MB 93 33
274,412 274,412 00000000000000021e9926616600fbbcaff79ca6278843ad34986cff4bcea434 0.10 MB 199 35
274,411 274,411 0000000000000002db22f46914ed4c38714e1fb0ccf88dae9a76bfa872cc5da6 0.12 MB 283 67
274,410 274,410 00000000000000027bb63b2add651bfd4f879e238aaf9d65dfc1cc8a9ad377d9 0.22 MB 562 112
274,409 274,409 0000000000000003c4febd5552ea12272d01b806b894f83cfbc2791bed8a65c4 0.20 MB 451 59
274,408 274,408 000000000000000158d84b5e4e4131216de83ab1c42698a5a6697d807c1684f5 0.03 MB 54 27
274,407 274,407 0000000000000000a954b73b3dae0b620e49cdca077922580e052cc975aacd64 0.36 MB 708 43
274,406 274,406 0000000000000001a679a6efd8bfa53d5cc5b3fad8f9fe753834361c8f2c54dc 0.25 MB 675 83
274,405 274,405 000000000000000446a65ab42f1436c2fc650ae4b9ad90c14b015bd100b3a299 0.03 MB 54 8
274,404 274,404 0000000000000000f6fe7acca385b4a1e9a5fcaadceba25d2208ef69e944f1e5 0.19 MB 461 71
274,403 274,403 00000000000000012cea5fe39868415159f648ab788217364d133e29f5877e5a 0.08 MB 168 29
274,402 274,402 00000000000000030e4a666edb9dff99067e80045e834ffad21e7d1442f9887f 0.40 MB 1,152 73
274,401 274,401 000000000000000494a249c199d5f859bfff38c05d488bd02f2bca98a2336ccc 0.12 MB 180 23
274,400 274,400 0000000000000000ecf8abfeefa867c3f17267b8df8bef5f4926b5762a859286 0.25 MB 708 49
274,399 274,399 0000000000000000d62a4a606b8ca71f0389fa7687f8735306c14f45faafaefc 0.34 MB 577 51
Previous 10 blocks ↓
Total Size: 775.37 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,367.39 GB sent, 125.61 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.