Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,112 transactions (0.56 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,363 000000000000000000022b910000000000000000000000000000000000000000 0.55 vMB 2,071 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,362 (831,235 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
80,127 80,127 00000000001adcafc216c8b90047c0e9394bee49b6ad5160f6807052fe9261e4 0.00 MB 2 0
80,126 80,126 00000000004bafe468cb6c12bc2c5d67f0eaab0525f8e0b0c000f56d56b8cfe6 0.00 MB 1 0
80,125 80,125 0000000000180116c80d540befa7380976f5e5e27337f2ed26c2ba87f56cfd02 0.00 MB 1 0
80,124 80,124 0000000000285c56c744e8c360d55cfb7ec1bd95e354c7824c7caeb6fc910999 0.00 MB 2 0
80,123 80,123 000000000032b81fded669031133817a0657ee3360a2be10ddfe0cb12c5697cd 0.00 MB 2 0
80,122 80,122 00000000005082cebbf4aeb850f3547949dc51cabb27ea17b6ebfdcadc44b720 0.00 MB 1 0
80,121 80,121 000000000007f6d00e6a5b75543a990131d012fca075e3e1b0cf09799880b9d7 0.00 MB 2 0
80,120 80,120 00000000004a54f357c3e6f6bebdd74e771ced006a0ec1fb2a0a6e6df3ff6b69 0.00 MB 3 0
80,119 80,119 000000000040d980ed70542e762e55ec3a9b0d9ebe345b9f4d5aa4a0c070ad03 0.00 MB 1 0
80,118 80,118 0000000000097bdd6085e5875701996d2d69fc4a168fc73a2cba781cb2f52f45 0.00 MB 2 0
80,117 80,117 000000000027af6a570a5312f060c6e1abbe7018984d2a8a453578e04174a98c 0.00 MB 2 0
80,116 80,116 00000000002e07d7e810283fcd159a1aeed9521b8ee0e9d953547b92565b06b0 0.00 MB 1 0
80,115 80,115 000000000049d7d217a8842e457bea6886fd1a35eeeba5a0b40fd9913d09ea96 0.00 MB 3 0
80,114 80,114 00000000002c2bc654a7de1b5236a5dc2eb32f2a94b9cb72625f1f7016b26eed 0.00 MB 2 0
80,113 80,113 00000000003db47288451bed5cb75f32e615cf309b549dc8a461c5259ffe1a05 0.00 MB 2 0
80,112 80,112 00000000005635deadf0c9a53402062c0445f1fd3c427e6fe512712bda6208ea 0.00 MB 1 0
80,111 80,111 00000000004a320362c5d19c668ce729e2390858160c2ec902a209b92b3db913 0.00 MB 1 0
80,110 80,110 00000000000629d53a871db22310c70e3850ff7a41214c887978b135bd698f9b 0.00 MB 2 0
80,109 80,109 000000000051efe74787b95a242a84fd9f2df134bd47a3ba38418c68fe524b79 0.00 MB 5 0
80,108 80,108 0000000000184933a53b19d892fae3fea96d0c4ad82e9a4e943b507273a1c71b 0.00 MB 2 0
80,107 80,107 00000000003ddfa9627f3ab80c30050f88e0d556567b8ce2e63b8d873cd6104b 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 775.92 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,401.55 GB sent, 128.40 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.