Loading Tool

Explorer IconExplorer

Memory Pool

82,506 transactions
30.13 vMB
0.10083670 BTC
Random Selection Loading Transactions
Max Size: 182.84/200 MB

Candidate Block

Mining Attempt e887a39a8f8e2a3322e79448ef83d02ec8c0c72b6cdd18eacd8c1b3c0427be63
Version 20000000
Previous Block 00000000000000000001cb55e2e618f7d0b14eff6361ccd981eeb53f94067c6c
Merkle Root 342e05ad53d1564f58d70d0ff0d419ba96afb932937fd67fcc7650fd75e98cd7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,321
Size: 1.00 vMB
Total Fees: 0.03016176 BTC
Feerates: 301.57 > 3.02 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,120 (288,838 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
626,282 626,282 0000000000000000000c1b9a218dadcc536c5310b25e6d8ac8dcb7c361e2f0c2 2,509 1.00/1.00 vMB 5
626,281 626,281 000000000000000000131733139de05709ff7dc2baf4d27fe1511cb88e5b0d87 2,828 1.00/1.00 vMB 24
626,280 626,280 000000000000000000074868c82d9dcee621f4aad97d28d840e17f93d5a01cf4 2,607 1.00/1.00 vMB 19
626,279 626,279 0000000000000000000d1c059a1fce1ccfcb8577871129a35c31a3a5b848924f 3,111 1.00/1.00 vMB 38
626,278 626,278 0000000000000000000a4f88625f77ab4e8fe18ac57dd285ca42e626733a496e 1 0.00/1.00 vMB 0
626,277 626,277 00000000000000000003461cf92eeef86cd85b212e2158e4ebe7db651305f9ab 747 0.30/1.00 vMB 29
626,276 626,276 0000000000000000000dad9448b54517621c6ef0f9fe501c0e06a53c6a446d45 699 0.78/1.00 vMB 1
626,275 626,275 00000000000000000012ca0cbc76b91a6f0662b9346a68fff6af5a1253524214 2,747 1.00/1.00 vMB 18
626,274 626,274 000000000000000000075c534e7e34b2f603417c54965059d5c6c64d26831202 1,513 1.00/1.00 vMB 28
626,273 626,273 0000000000000000000ca3e91e9213b84131d2da2483ecf427d9dda2e88d692c 2,499 0.96/1.00 vMB 16
626,272 626,272 0000000000000000000d23fcab6ce03706bc05819393729cb61da9631457e872 1,937 0.99/1.00 vMB 14
626,271 626,271 0000000000000000000176379c4e438d09855fb56185be6959ddbbb6367a0c7a 1,161 1.00/1.00 vMB 11
626,270 626,270 0000000000000000000349dce82f0b31fc845d6f4d611b47d467721f39ec83dd 1,622 1.00/1.00 vMB 19
626,269 626,269 0000000000000000000b81a4415aad3dab8e4cbde0e521c99a2ecedf87b1fee7 1,632 1.00/1.00 vMB 18
626,268 626,268 0000000000000000000d6f598b244cbc74945d1ca1ed24348d30bef426bfc07c 2,257 1.00/1.00 vMB 30
626,267 626,267 000000000000000000007d2a6345ef1c8db10ce40b9c336522a59276f63629b9 901 1.00/1.00 vMB 79
626,266 626,266 00000000000000000010b0339da227d569d19cce3d25ea4ce748b2f8805df898 2,306 1.00/1.00 vMB 16
626,265 626,265 0000000000000000000ded2ec6c630ca14e2517df6786d00bc05306f7b48f848 1,592 1.00/1.00 vMB 3
626,264 626,264 0000000000000000000255bfeee98e873d37c1e05fb26c24e3190982a3359d50 2,175 1.00/1.00 vMB 9
626,263 626,263 0000000000000000000ccdf820338d74a1f3a9cda3670874f60fc80416f6a5c0 2,640 1.00/1.00 vMB 13
626,262 626,262 0000000000000000000917f86ff3bd3703f22ac240677f25aac7fcd0b9c942b3 2,523 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.60 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: 671.77 GB
    • Received: 16.00 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.