Loading Tool

Explorer IconExplorer

Memory Pool

89,214 transactions
33.68 vMB
0.14761042 BTC
Random Selection Loading Transactions
Max Size: 199.88/200 MB

Candidate Block

Mining Attempt 802ba928a6c4ae40c33727cf83803f9229bde6e19505721924ee0a98f30f285d
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 4b819e7286e19af165008eb01a8cd5aa90a53242280c63701b4921c86a9d054b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,607
Size: 1.00 vMB
Total Fees: 0.06021586 BTC
Feerates: 469.97 > 6.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (443,692 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
471,257 471,257 000000000000000000061c5ada0e0c46392d53c43ee4351bd6219bf7ddaa41e5 2,110 1.00/1.00 vMB 355
471,256 471,256 0000000000000000012795f44634ba7781bf8ae3aa60dfc17996f86c0e12ae17 1,840 1.00/1.00 vMB 400
471,255 471,255 0000000000000000005718d85de130ad1129cd31a7d1c4adff1aa67a89f8add8 2,400 1.00/1.00 vMB 487
471,254 471,254 000000000000000001611c4de37b0c504203ab5c55121a50a5d66c371ced331e 2,243 1.00/1.00 vMB 332
471,253 471,253 0000000000000000003f0bcaf2179783f08ff5480d38e2b68091242799ff537e 2,327 1.00/1.00 vMB 414
471,252 471,252 0000000000000000017c73fe7e205667891f16239727df67905e1825fdb6017a 1,951 1.00/1.00 vMB 379
471,251 471,251 00000000000000000191c02a3f27a9bee9c904ad79e5a5f443a6af1c31f162e1 2,398 1.00/1.00 vMB 413
471,250 471,250 000000000000000000e104d9fad74938c6a405fc32ce2ae97dda2c561e8e0df1 1,825 1.00/1.00 vMB 419
471,249 471,249 0000000000000000019022bea28fc0b48664b3c40afaea43802eafffefe065e5 2,978 1.00/1.00 vMB 501
471,248 471,248 00000000000000000096a3e82335ab91c86bfa5f129d88ac4cd436c8e1b0f69c 1,758 1.00/1.00 vMB 598
471,247 471,247 0000000000000000011d3adb8cb07f8b952966b527cde9b3a1bd1fed8845c26e 2,412 1.00/1.00 vMB 271
471,246 471,246 000000000000000000677f121dc018211bbaef0225a89690bec110ee4492cfe4 2,576 1.00/1.00 vMB 318
471,245 471,245 00000000000000000011365930e500322f3168d65186092a6e54efe0b8c528f5 2,369 1.00/1.00 vMB 412
471,244 471,244 0000000000000000011a18a4e3ba33557070e9109317286d899a3273f451141e 1,899 0.99/1.00 vMB 325
471,243 471,243 000000000000000000da12215aacd5856082b6b62569e447d538a3a98e4e5812 1,891 1.00/1.00 vMB 355
471,242 471,242 0000000000000000018f5c04a0372c2d3bd6af973571437ffaff3fc536a2fe8e 1,746 1.00/1.00 vMB 320
471,241 471,241 000000000000000001552f2b6f9bd67a981b3b9b4326ba0a85d50ca36c14d7d9 1,831 1.00/1.00 vMB 331
471,240 471,240 000000000000000001577b4ca3dd7978622ac1eee1c9ec46d7359d2e4c7645cd 2,041 1.00/1.00 vMB 381
471,239 471,239 0000000000000000005b237e68a45be8157532ed080debbc53b211f83df24ec8 1 0.00/1.00 vMB 0
471,238 471,238 0000000000000000019cde1a8ffcde71b02bbedf7a77abd9430a9ab8408d0d2e 2,121 1.00/1.00 vMB 389
471,237 471,237 000000000000000000c486c8568e607cbc294f05284340638a57af06025789fc 1,356 1.00/1.00 vMB 493
Previous 10 blocks ↓
Total Size: 782.30 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: 658.09 GB
    • Received: 14.56 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.