Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,247 transactions (2.28 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,694 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,189 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,693 (824,431 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
85,262 85,262 00000000001faab9a559c0d5152e7b7d4571b08b4b3b917046890dc7f4691a35 0.00 MB 5 0
85,261 85,261 00000000002c9c63661c1b2d66ef253f14b67339d6b3b3d0c278f24100812674 0.00 MB 1 0
85,260 85,260 0000000000024b81888f042c47952792085f5bbfca12219704a5d246d94fee92 0.00 MB 2 0
85,259 85,259 000000000002fc4bf08b9c36205a478fa8e585ea35c2532068e33e4888fc071d 0.00 MB 2 0
85,258 85,258 000000000020c63e4d6d3aa25eaa448f403617f07ab3b6c6f39ce44385758c9a 0.00 MB 4 0
85,257 85,257 00000000000d35af2a4d20ee1a76bf39c26906826d650245b6b439461f3a7a86 0.00 MB 1 0
85,256 85,256 0000000000243cd466784f59a9f4c31c3bb9df10cd1c90452f13146f5004ac59 0.00 MB 1 0
85,255 85,255 0000000000259b01c2a6db03f0faf6fd8a01e9b392268f44775a243228dc72d4 0.00 MB 1 0
85,254 85,254 000000000004b32111c58473e78b9ce0c09f44f63cc626978575eadeb26f9449 0.00 MB 7 0
85,253 85,253 0000000000114d8b3562073b786c713b9bb1bc8de56ca284e5927390a119a623 0.00 MB 1 0
85,252 85,252 000000000004e216fdd222924c790f2c8d377b75538ab1c747fea97063f96368 0.00 MB 7 0
85,251 85,251 00000000000b4c2a8c3c8226005dbfa48b306f1a7e652d8966079c3848aeae1c 0.00 MB 4 0
85,250 85,250 0000000000110b5caecc283b701f11ab98025949d9614bd51cc64ef7ffea1bff 0.00 MB 2 0
85,249 85,249 000000000000c47731f2e8edacc65fb05221affdd05e192e35071306d189d58f 0.00 MB 1 0
85,248 85,248 00000000001426f0e17ada8b5d756f3b98857061dd264337794a7b16dafb6c90 0.00 MB 2 0
85,247 85,247 00000000002c17e7c835d08d6367b77d475a821f58930c21137308d1d8194f16 0.00 MB 5 0
85,246 85,246 00000000000af365143661a47414475632b7abb2f538267024ec30e6fbe15af9 0.00 MB 4 0
85,245 85,245 00000000001be28d4dad688ac9a8d17079d012ddffc87ac91a0b7856c03bd7b9 0.00 MB 4 0
85,244 85,244 00000000002b91a4ec99defa58d2e50dbc1622f5ff8471e5368d172dfc50ac21 0.00 MB 1 0
85,243 85,243 0000000000074a3859c4dd13ef6bd1989359cb417f8f5cf3d30f9a785a68c32d 0.00 MB 1 0
85,242 85,242 00000000002106c31f93fe2ceccfccb01ed0871c8a27d5e2b8222d3d3c037224 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.84 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,152.76 GB sent, 112.53 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.