Loading Tool

Explorer IconExplorer

Memory Pool

4,314 transactions
5.49 vMB
0.00731111 BTC
Random Selection Loading Transactions
Max Size: 30.46/200 MB

Candidate Block

Mining Attempt 64c584960c66b068d5ca2c501f77cacd693b7cc0a086e7e6510fd237be1322fb
Version 20000000
Previous Block 0000000000000000000039532d4dfe1231963b2f17aec21fc83edecf6ce738ee
Merkle Root 86fc8facdfd25c70631fa308e25b6ac9717dd0bd58294ed1e7521690b9d8438d
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 1,042
Size: 1.00 vMB
Total Fees: 0.00258212 BTC
Feerates: 111.76 > 0.26 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,338 (62 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
938,276 938,276 00000000000000000001826d68e2bf0bafdf1f67772da2c3cb2901611bf003c1 3,804 1.00/1.00 vMB 0
938,275 938,275 000000000000000000015c4ebebbe4ee8d0aedececc8b8a67e9efc62fbe289d9 2,840 1.00/1.00 vMB 2
938,274 938,274 00000000000000000001adc2f8b3fa50de3859b0f8628db0b7666caa1a2848c5 3,873 1.00/1.00 vMB 0
938,273 938,273 00000000000000000000202d7cdb23c94abed39e1154860fdefe29057ded3b56 3,067 1.00/1.00 vMB 2
938,272 938,272 00000000000000000000226923513e10fcfa05dfbeb5e5fe7e501693904b4ee1 3,388 1.00/1.00 vMB 3
938,271 938,271 00000000000000000001c2fd3028525ce44a60e7d3ebf9ba6f18003222b50c30 4,120 1.00/1.00 vMB 1
938,270 938,270 00000000000000000000bb070b4e18f66d57cae5168df9f91a9f91ae39ca8a60 2,935 1.00/1.00 vMB 2
938,269 938,269 00000000000000000001b406028699469e2cf2c73a4c0801f39946f179b87f1e 3,921 1.00/1.00 vMB 3
938,268 938,268 000000000000000000001f4dcc5e7995c0c0a28444d8b69ba0cc8135dde38829 3,253 1.00/1.00 vMB 3
938,267 938,267 00000000000000000000fda8a538c739775cfc8a8b9f54d3470b50d401cb6223 3,729 1.00/1.00 vMB 1
938,266 938,266 000000000000000000014628b45aa976afb6faf0eaf7e719df90150c29d8a15c 4,130 1.00/1.00 vMB 1
938,265 938,265 00000000000000000000c85a5d87561fd62bb23622493ce964a1fcecad31d967 2,922 0.98/1.00 vMB 2
938,264 938,264 00000000000000000000ec19365357342ca02a93d8cd51ab50043de199b6f0b2 4,346 1.00/1.00 vMB 0
938,263 938,263 0000000000000000000031c4f93b66b5c62af5c9a11b66d4f6c24a27b349149f 3,779 1.00/1.00 vMB 1
938,262 938,262 0000000000000000000013faefe0865435117a213f4512ab83dbd612fd5769b6 4,551 1.00/1.00 vMB 0
938,261 938,261 000000000000000000010c26664f8d9173cba444726ece5fd7d8fd4bb87110d0 4,072 1.00/1.00 vMB 1
938,260 938,260 000000000000000000017511e7ddd6e20b62cd4443b24dd47e45dd4dbabb7e2e 3,419 1.00/1.00 vMB 2
938,259 938,259 0000000000000000000103f3541dc7816637b953c01742be916d4367169557ea 3,959 1.00/1.00 vMB 1
938,258 938,258 00000000000000000001a63c1afb4c524ad970fa85391b8a53557d9ad6c17cc3 3,467 1.00/1.00 vMB 2
938,257 938,257 0000000000000000000043245e2baaf5482009e44a5c5a5c578a484283fee815 3,651 1.00/1.00 vMB 0
938,256 938,256 00000000000000000001b656af05e06b041a7ecf95e567ca5a7191cb5a977ba6 2,646 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 823.73 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: 4,096.34 GB
    • Received: 225.19 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.