Loading Tool

Explorer IconExplorer

Memory Pool

23,088 transactions
31.83 vMB
0.04330511 BTC
Random Selection Loading Transactions
Max Size: 163.03/200 MB

Candidate Block

Mining Attempt 2364f92c5c72cb6205e864e4b9af3fd2620ff82e2196b79e74ce7dc13e6d6439
Version 20000000
Previous Block 000000000000000000014d17bcc30c33113e0a3414d3c0a704a29fc1f37d8915
Merkle Root a1117970d50655920ce335c8361e171f772b862982993866cc04b8a757e7c8e7
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 1,306
Size: 1.00 vMB
Total Fees: 0.00711419 BTC
Feerates: 61.25 > 0.71 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 939,328 (52 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
939,276 939,276 0000000000000000000079cf8c5fd4445a36fd6677ab60fa2d4366c5a572c431 2,493 0.74/1.00 vMB 3
939,275 939,275 0000000000000000000181555264c4bed38d1cd57bfb9a8bb674a9d8defdbe2b 2,809 1.00/1.00 vMB 1
939,274 939,274 000000000000000000002044e69c12bb84a5cbaa15fd256b53a6df32ad9ab69a 4,141 1.00/1.00 vMB 1
939,273 939,273 0000000000000000000124c3bd634250c79e64851bd05d810509752b6c7d804b 1,994 0.65/1.00 vMB 3
939,272 939,272 000000000000000000000bd5b392d6b80697b4c726958ea4ddfddc05ab58f9a9 1 0.00/1.00 vMB 0
939,271 939,271 000000000000000000014f560b5ad76a0432c80c6bdff49c38a987ef775c2ec8 4,968 1.00/1.00 vMB 1
939,270 939,270 00000000000000000001c5f627ed81f45b084699d184b63a26c80d5e6370c505 4,043 1.00/1.00 vMB 5
939,269 939,269 00000000000000000001aa32c6632af5ea9ac6d9f506fdcd921228a3f3f08182 2,583 1.00/1.00 vMB 1
939,268 939,268 000000000000000000001070654e3fecd4c75b9c8e6d2eef429b1c0d6ea81733 3,827 1.00/1.00 vMB 2
939,267 939,267 000000000000000000012c4953e9ef45ad2a3438b54e2c86c27d3b1b579cff42 3,584 1.00/1.00 vMB 6
939,266 939,266 000000000000000000016c98ac1125f241d92647ffa0b8f50b7a4ecc5db53470 3,612 1.00/1.00 vMB 2
939,265 939,265 00000000000000000001c9924ad0e27ce3b419075c15fbaf3d7d46c3176f893e 2,357 0.96/1.00 vMB 2
939,264 939,264 000000000000000000013628c4d2b677049ccde4a2aacfbecae5e713cc01ffb7 2,668 1.00/1.00 vMB 2
939,263 939,263 000000000000000000004f54393ea563554f97b694edb679fa7251302f597b1c 1,048 0.57/1.00 vMB 2
939,262 939,262 00000000000000000000234e11d70aee1d7fe295a57e20abb47430a5baf23d36 3,329 1.00/1.00 vMB 1
939,261 939,261 00000000000000000000a32044fa13f6033a23b76a04bfd41e2a45c215210abf 2,986 0.99/1.00 vMB 4
939,260 939,260 000000000000000000017588478b3612182486d33006ede1164fb146fa41cd06 3,101 1.00/1.00 vMB 2
939,259 939,259 000000000000000000014e8ee34d7915240a3179a88c1c2d28ac5cad4af1083c 633 0.20/1.00 vMB 2
939,258 939,258 00000000000000000000dd80c7fa97ce1c3073e3a87da66bb22e85e728e3193d 2,285 0.83/1.00 vMB 1
939,257 939,257 0000000000000000000188bdbe7f53e36500da6e47d1742d28c62776136fc487 3,713 1.00/1.00 vMB 3
939,256 939,256 0000000000000000000012fb2b2fa9233b76c16332eabb35aec6cc922b1e9fe7 3,476 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 825.50 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,259.26 GB
    • Received: 233.97 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.