Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

37 transactions (0.01 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,673 000000000000000000022cb30000000000000000000000000000000000000000 0.00 vMB 27 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,672 (829,225 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
80,447 80,447 0000000000420efa2170e3c39f3e61af0ba821819ea1132f2936b4f89f40c2da 0.00 MB 2 0
80,446 80,446 00000000003703a9d49b814fd4d06cca721e7e6a5bb0ec7d8170c19993bc43fd 0.00 MB 5 0
80,445 80,445 00000000002a9a13c2d22516ead9ffb764f5c5e0018308ea62dd971a377d57d4 0.00 MB 1 0
80,444 80,444 00000000000716dc9cec807a175102a4c4d3bbd56ef65ef7a39be78b40080239 0.00 MB 1 0
80,443 80,443 00000000003e617d64edb8791e9b27838074ce665696fd9a242b92cea129fdc5 0.00 MB 2 0
80,442 80,442 0000000000219037b2ca76ed229f21f730a60c37c0e180125bde97f2b4292750 0.00 MB 1 0
80,441 80,441 00000000002370fa3fba1b2ad1bf62c7898e6f1545c5a0723e0247091a8a1471 0.00 MB 2 0
80,440 80,440 00000000003ef28ce885bb0f7b33a166b830439742700f370b24c24102a0f25e 0.00 MB 1 0
80,439 80,439 00000000004ce2726ddf0be92b72dcd590b769ae7909f937a55a07e2865cc382 0.00 MB 1 0
80,438 80,438 0000000000556c5fabc6b7546afce2e7d7e9a60c469319d339661c66d37a9af8 0.00 MB 1 0
80,437 80,437 000000000047d37e1597b7746d2d5cc3bd0d0420f8ef61d15541fda5572d78d2 0.00 MB 1 0
80,436 80,436 00000000005049300a4d7834998c5e022615471ca115ae72cdea5c06c609ec57 0.00 MB 6 0
80,435 80,435 000000000001bf295d8b8675c2da1acabb555c5455a12c06fcd9cf1452468364 0.00 MB 6 0
80,434 80,434 0000000000534966eb0f6874e04a9ba6eae4a8580fb93579e88cc22942647660 0.00 MB 1 0
80,433 80,433 000000000038f157d09817f314d7db32710e6d147a5bf42f07f15be3265db7ff 0.00 MB 1 0
80,432 80,432 000000000015f60f365a78014a1b36ce7a2d7393e45c480769d485ff9bb90464 0.00 MB 1 0
80,431 80,431 000000000011cc5de100fbb24a25556788c5c0fd94c6d9a00429ad6732ff3022 0.00 MB 1 0
80,430 80,430 00000000002e56328d735109ca96297242af70d6933132d2d54f1f649fdbe9ba 0.00 MB 1 0
80,429 80,429 0000000000229702c0bf461dc36acc5e96d5a77ccb229825990b6e48663b7387 0.00 MB 2 0
80,428 80,428 00000000000d21f089f536600b85b0eb774f61ca250f995eddc210d944b199ec 0.00 MB 1 0
80,427 80,427 00000000005509685c584258e7d27e216ff0e4bca8e465390635b0498728bfbc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.80 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,137.68 GB sent, 112.32 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.