Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

406 transactions (0.11 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,393 000000000000000000022b910000000000000000000000000000000000000000 0.10 vMB 396 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,392 (223,164 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
688,228 688,228 0000000000000000000c922084b1b76b2c175c3d53d0e012ade584fcd8e0ddbc 1.10 MB 916 26
688,227 688,227 00000000000000000003e2b1ceb38944ea60a12a005d4faa522edd3e5f844bd2 1.33 MB 2,359 59
688,226 688,226 000000000000000000049a68e9df257cc70b6215f329f9f762daaafcc00732aa 1.07 MB 437 6
688,225 688,225 00000000000000000000a9ad81a4c9d348730b7d8489f2133d2e45f413633439 1.10 MB 870 9
688,224 688,224 00000000000000000006289ecc49ac99a721d44425ed28e0c279b2bcb1006c8d 1.22 MB 1,369 14
688,223 688,223 0000000000000000000cc8a395e66dbeb7f607d1168873de348f2b6d3f280c4a 1.22 MB 1,147 14
688,222 688,222 000000000000000000087689c97b0f90376edac383df6c7a2e02e4a093f2e4ff 1.31 MB 1,968 23
688,221 688,221 0000000000000000000adee6d2d531f2c654d6b5b524ece6036d1ef5ea9e7acb 1.34 MB 2,166 26
688,220 688,220 00000000000000000000893c6c7d725dcf4b71970104376dbba9dd089c5cf988 1.40 MB 2,052 20
688,219 688,219 0000000000000000000bd72e73f7f96e3185836be384bca72cffedba7b10c123 1.52 MB 2,562 9
688,218 688,218 000000000000000000049af02e34e9dbeee8620f17b2d0ec65c58e7439622b66 1.29 MB 1,691 23
688,217 688,217 00000000000000000005c652f87fc65c482631bfd9f3579b841a075f65f4c3d7 1.39 MB 2,345 55
688,216 688,216 00000000000000000006cd1c171689728839e4f5fcb9d214bd39d7c0c1c970c3 1.44 MB 2,787 19
688,215 688,215 00000000000000000002872cadd448580c4a077f224011174ebf5dac5f9976e6 1.34 MB 2,371 8
688,214 688,214 0000000000000000000ac13c3b2bbd4de5959f151d3b078b47d3d96f35623ac4 1.26 MB 1,457 23
688,213 688,213 0000000000000000000b2157716955669f6290e9e57fa93e084c6f051186fbbe 1.29 MB 2,464 34
688,212 688,212 0000000000000000000e0e5590e0dcb0dddfeb33cbe6a7ba05f76d9e92022f2b 1.41 MB 2,762 47
688,211 688,211 00000000000000000004029370ddec0882d37fe4eef97058d644da4252cd413c 1.53 MB 2,580 9
688,210 688,210 0000000000000000000556c1a99898de0cfbc7a11efd32d995294168f1716547 1.17 MB 993 9
688,209 688,209 0000000000000000000b429231f93140ad3d316fb13f7266cb9f862b6061f94a 1.06 MB 282 5
688,208 688,208 000000000000000000030d168d3237bc251151a5cebcac8e14a6e48817ebab2b 1.02 MB 345 5
Previous 10 blocks ↓
Total Size: 775.97 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,403.37 GB sent, 128.63 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.