Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,206 transactions (2.38 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,041 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,882 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,040 (819,609 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
91,431 91,431 000000000004e693e87acfe1c0dd06b9ebde8ff0e21ad96cf444fc7428d11eff 0.00 MB 1 0
91,430 91,430 00000000000ca1d02603d28f71a68f828501a52f6e624410189ec691ae89d5aa 0.00 MB 1 0
91,429 91,429 00000000000e6986fa3be26961a8aa06b015963f28561ac664459f4cffefd599 0.00 MB 1 0
91,428 91,428 00000000000e69256b4f014f4c33d2eb5b988f18f8bd491de2ef58cff487b7fd 0.00 MB 1 0
91,427 91,427 00000000000186a6a434754acc9fe411ec8fdcee348afb7e9a9d85515efc3117 0.00 MB 4 0
91,426 91,426 0000000000012681a82f39bc01a1a4809b981d3c5b6a9f5777665a41b806b378 0.00 MB 1 0
91,425 91,425 00000000000ac3d9e1ba1373610645bddad8ad3f785eae198e4b14246b56b2e4 0.00 MB 1 0
91,424 91,424 00000000000a20feb1cb76e2f2106ebbfa716ced06654cd3a54918c898d96367 0.00 MB 1 0
91,423 91,423 00000000000d7c3ea0c9bda17a5fd0f6a99c963b3c763e195699e95f0a952af5 0.00 MB 1 0
91,422 91,422 00000000000ced0e3d135f0282950e66b1e465acdac8299fcc29c7c41d44e50c 0.00 MB 2 0
91,421 91,421 0000000000045617ffc781157bc9003de6ee6477dda7ac551b675f12b6ad2917 0.00 MB 1 0
91,420 91,420 00000000000e24a776b34c0e08b2b3fbf14834e87c49dfd8509221300ab52013 0.00 MB 1 0
91,419 91,419 00000000000a85d6deb7da0bebb0676a393b4d385d551187343c54791f1fb778 0.00 MB 3 0
91,418 91,418 00000000000d4d58db438284ed8fceaa361f9ddb8e18332f4a628c389fbade43 0.00 MB 1 0
91,417 91,417 0000000000031639552716ebabf8d036eea5f27b0f69adc2bec27934fa272ceb 0.00 MB 3 0
91,416 91,416 0000000000033059dfa29e7e6b5fb1949cd8b955ff70a8f6090f67c6f200ea28 0.00 MB 1 0
91,415 91,415 00000000000e4a41d6f5110690fece4cbdb5b7b310259f8234a4f8f45631f4a2 0.00 MB 1 0
91,414 91,414 0000000000040b38e0ee5e02450fb7a8c6cdc4586169689c231c83eab8500f7c 0.00 MB 2 0
91,413 91,413 00000000000595805442420e20a145a5e28e1a2a43e10194c98396beada8ef3e 0.00 MB 1 0
91,412 91,412 00000000000d3b33bf51a30be2f21726cbae3eabd282005f38d35acb7e4cf9d7 0.00 MB 2 0
91,411 91,411 00000000000ca62abbe04982cb95246c388411b551b68e30b6601fc57541ea2e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.31 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,362.92 GB sent, 125.39 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.