Loading Tool

Explorer IconExplorer

Memory Pool

45,867 transactions
28.62 vMB
0.07432564 BTC
Random Selection Loading Transactions
Max Size: 151.99/200 MB

Candidate Block

Mining Attempt 666c1b9a859be51e7d3a917deb6ab1ca4a8b7c5fded92ecc7bb5d217a7f4d52c
Version 20000000
Previous Block 00000000000000000001d31dd75d38543959c8b9e526cb3be5dabf3325e25fb6
Merkle Root 6b7e08b33dba1c060ff897af4013e1705a3d256f3478e122d6b1ef826ae5cc91
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,355
Size: 1.00 vMB
Total Fees: 0.02008439 BTC
Feerates: 361.66 > 2.01 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,850 (495,424 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
419,426 419,426 000000000000000000275c5fbc277298c57eac1819849f1ca7430a0c82c682cc 1,712 0.92/1.00 vMB 45
419,425 419,425 000000000000000004e674fa4fdfcef963ba8f5ef078249f93f8c24c9b1f904d 2,470 1.00/1.00 vMB 64
419,424 419,424 0000000000000000001c4728261d37a5b82a31d9b3052880d6d51c62b177b51e 1,300 1.00/1.00 vMB 40
419,423 419,423 000000000000000002206dbb9f4fb068e5d53e46d9f80f0b00946c80114f526c 1,153 1.00/1.00 vMB 32
419,422 419,422 0000000000000000035171b8f27d00e1dc09e071b0d938d9abf6d4758c757aaf 966 0.52/1.00 vMB 46
419,421 419,421 000000000000000003b5059aa582655fc05acc25887b23f0f7913731ca17027b 655 1.00/1.00 vMB 20
419,420 419,420 0000000000000000017d0166e6efb9b7b6ca00ad3ed78e8657a952c2aa060f3f 1,925 0.98/1.00 vMB 44
419,419 419,419 000000000000000003e1aa676304e0c743ff72c9e409ea3647c52ea53d759aad 1,205 1.00/1.00 vMB 21
419,418 419,418 000000000000000003c149563096c2aff09bfd6c982aae4bdc8b5206bcf800f1 1,739 1.00/1.00 vMB 32
419,417 419,417 0000000000000000034557ba988f727bfd7cb8a46746cdbdb0fb115f488f0015 2,284 0.99/1.00 vMB 56
419,416 419,416 00000000000000000359ba7b864dae7e697927df90df202f7948f2d668c8de13 2,831 1.00/1.00 vMB 85
419,415 419,415 000000000000000002c959fab317f29f9a36cdcda6bbd1c375f850aee97f9fd5 1,769 1.00/1.00 vMB 39
419,414 419,414 000000000000000003504a9c448090e43188f5bddb1201edc05c25862feff410 2,731 0.99/1.00 vMB 50
419,413 419,413 000000000000000002244904d9220d5b938bbd0778f04ce773fbf01434d2001d 2,428 1.00/1.00 vMB 69
419,412 419,412 0000000000000000024596d0c0e66e864999b9f10d709fd968ae0be6fddd0acb 2,940 1.00/1.00 vMB 99
419,411 419,411 00000000000000000230b7a46ca4f44b17e7e20da5630438269b2a9f94a567d9 2,029 0.79/1.00 vMB 62
419,410 419,410 000000000000000001aa9e1801638f1957584448c83f87d9b1c186d07b4044fe 1,944 0.85/1.00 vMB 56
419,409 419,409 000000000000000000b13bc2e787e40a7cdc643dc9545ec804ce62938689ccc4 1,358 0.58/1.00 vMB 57
419,408 419,408 0000000000000000002b946c716e2882e5ccfbc3a61f3dea94f1ed5d068288d9 775 1.00/1.00 vMB 20
419,407 419,407 000000000000000001387e74fb1ec33292c4ecfe00184ca01dd60bdb7207cbbe 1,713 0.77/1.00 vMB 55
419,406 419,406 000000000000000002f20ac8350a1c92edd0c0baf97db1dff1bbfaf2a3cb97ea 890 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.12 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: 652.17 GB
    • Received: 13.74 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.