Loading Tool

Explorer IconExplorer

Memory Pool

24,998 transactions (4.62 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 36.24/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,691 000000000000000000022b910000000000000000000000000000000000000000 3,365 0.03140427 BTC 1.00 vMB 2.01
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,690 (714,529 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
198,161 198,161 000000000000010539534f01e571889386ebcdfdc53ea02467ce43ff676a8e3f 0.25 MB 690 169
198,160 198,160 0000000000000636303a6d3e5963946dcc7df38beef2ed0b21cf961d418bafae 0.05 MB 143 100
198,159 198,159 0000000000000311fa6fd223f3242e2583c6d6bc6804ba062c7def06f32192ec 0.00 MB 9 48
198,158 198,158 0000000000000236ee3d0a134d5504687e6751865b66e04be1e44f59372cb25a 0.15 MB 301 99
198,157 198,157 0000000000000274ca27d80e4dbe8b31b143a4b2fa1fd3826abbbef6a6283082 0.05 MB 133 193
198,156 198,156 000000000000038a51e7323ab4422784c45426e1eb9f95a5b1d7eb71494dfc8e 0.04 MB 109 144
198,155 198,155 000000000000050fba614cf46ecee62f24f907d4c165bebdcb316e012270aa8a 0.20 MB 256 52
198,154 198,154 0000000000000374ba2ac8d8be26251e11e0c3fd3999d36bdd15ed2599567eed 0.09 MB 160 95
198,153 198,153 00000000000005706e971a376d7df5bcac289acfe6d7c3d3641780543c08953d 0.00 MB 15 31
198,152 198,152 000000000000048978cd375339d9de06731aebda7dc6774e9dcc91abfb91db59 0.01 MB 20 202
198,151 198,151 000000000000057a7a27d83480a49ff184bfa838dbbc0912214927ff7ea299c9 0.05 MB 88 64
198,150 198,150 000000000000024e2958f8ffc4cff39824d5afec797750e77b66ba59241ba762 0.11 MB 267 94
198,149 198,149 0000000000000036c1662893c1c0d072d30251be0724bd6cd7974b7da98486ba 0.00 MB 1 0
198,148 198,148 000000000000043d798d920880cd436181fadab6873e8f5f1f18eba14baaa6bf 0.04 MB 65 64
198,147 198,147 000000000000053b5a8c12cd7c069d091b0a6a81b693df52a8917e88cbf59c77 0.07 MB 218 5
198,146 198,146 00000000000002d0febcef993e50554ef4d53df0b36b779f733fb2fc75ccd1a3 0.15 MB 294 341
198,145 198,145 000000000000050d7f06f2962c466b5d25066ec2dcdb383cb4ac690160fe72a1 0.04 MB 108 78
198,144 198,144 00000000000004e792ddd4399d44ab00fd90882c66ec6156794428ee545de314 0.01 MB 32 0
198,143 198,143 000000000000053d18b470b8cb2de3472919f27fb49f9c4ecea7ef1d9ffa12a6 0.10 MB 180 114
198,142 198,142 00000000000001dbcffbaf745e97b8bb33c7e061906c19c38e489ba085f1f2d7 0.00 MB 12 15
198,141 198,141 000000000000014cf242a753690fc7c5005dd1bf49ed7384c2d236a4ec51b892 0.04 MB 93 73
Previous 10 blocks ↓
Total Size: 778.28 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 70
    • Outgoing: 10
  • Data Transfer:
    • Sent: 108.79 GB
    • Received: 0.95 GB
  • Uptime:

Notes

  • 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.