Loading Tool

Explorer IconExplorer

Memory Pool

81,882 transactions
22.36 vMB
0.09975089 BTC
Random Selection Loading Transactions
Max Size: 148.56/200 MB

Candidate Block

Mining Attempt 077630ae074aed044ec88a8038985e4e0c54cdffa1a258b0da1a6e14134d16bd
Version 20000000
Previous Block 000000000000000000019e79860ccd13d417e03b066e8a3661ec754572b673d8
Merkle Root 9a9be5c8f1c01b50c7b541c25ce887c1f6a056be48c70b3651964f70861cc24f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,794
Size: 1.00 vMB
Total Fees: 0.03937076 BTC
Feerates: 502.62 > 3.95 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,193 (802,961 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
113,232 113,232 000000000000b64cfe0e3c91407e7a574db10976ab3d671a05053b5261e8aa04 7 0.00/1.00 vMB 504
113,231 113,231 00000000000074ac0325d061c87826d59636a4c5a38f34f110e51accfbb6e8bc 110 0.03/1.00 vMB 78
113,230 113,230 000000000000886b382580fc7489fcb2bf47a7e028abca95f68daf2d522d1946 17 0.00/1.00 vMB 210
113,229 113,229 0000000000008658e248dcfb3c9880ef6c2822fbdf63c939ee03e73d93bddf6e 119 0.03/1.00 vMB 0
113,228 113,228 000000000000ce11c452fa29517c8b0512bb9dd03fcd8fed22e1a7d5df74216e 11 0.00/1.00 vMB 0
113,227 113,227 0000000000009483de79cca7a4ec6acdd7721dc91af5efb9b1c9c952bfc845fa 11 0.00/1.00 vMB 574
113,226 113,226 0000000000001677ed3037b9786817536f80112d66dbeb4b1a54eac346640ce7 12 0.01/1.00 vMB 450
113,225 113,225 000000000000b110e1127bca70752c5d519a377ffb8be98d573c3b8596266bea 29 0.01/1.00 vMB 0
113,224 113,224 000000000000bf3325d3efd95035bfba721335d621673d854a25de4af6d049c1 13 0.00/1.00 vMB 1,036
113,223 113,223 0000000000006fdaaa08ddd02ff7040c03ed0c15e17a999d0b6ce30a26b0093e 12 0.00/1.00 vMB 610
113,222 113,222 000000000000d7ab125b7e93999e1728b299a605bfaf5af026deedb0c941b197 6 0.00/1.00 vMB 0
113,221 113,221 00000000000039a81b8e71ff0e4da7e077a748f766264624947be89dfa635088 26 0.01/1.00 vMB 424
113,220 113,220 000000000000d0f5e26057064138bbaf2763cc597f9c99bed5f65c45b0ea0d0c 11 0.00/1.00 vMB 0
113,219 113,219 00000000000056431a04445278df99cd0224d85ee1ec565cc3cfa7212db6cfa5 12 0.00/1.00 vMB 510
113,218 113,218 00000000000047eafdf5376684db79cd22367c8a086dd131c3c996a849eab52a 1 0.00/1.00 vMB 0
113,217 113,217 0000000000000539f30e8f34b5c109fd599ec13bd5d8475a67bf5b14741da67f 12 0.00/1.00 vMB 322
113,216 113,216 0000000000005d801f6e46764bcb40604c7e385ee33bf3cc8e8531cce89b980a 11 0.00/1.00 vMB 0
113,215 113,215 00000000000014ebc0a74e2254a9c0e8b01b9fe86f8d058033ee5392d8635d91 12 0.00/1.00 vMB 802
113,214 113,214 000000000000997e18709b74f52089833e4bc149c32bb321ecae7c3e7d37331b 10 0.00/1.00 vMB 0
113,213 113,213 0000000000007a95d4cc08f66471180d8347fa287d2219a8244141e08a3c6b4b 28 0.01/1.00 vMB 470
113,212 113,212 000000000000063d17a108e7a2b833e8d37d90025421004b2072de814c8cf6b9 4 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.44 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 823.28 GB
    • Received: 24.88 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.