Loading Tool

Explorer IconExplorer

Memory Pool

76,652 transactions
28.56 vMB
0.06967515 BTC
Random Selection Loading Transactions
Max Size: 173.09/200 MB

Candidate Block

Mining Attempt 89d547e5420f18a1a023676c46a5bc9c5efca985bc01e04f9b3fa26b365f1814
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 09c3e66d3d0f6c6414d7ac4ecfdef2dbe54023009c2da09d585524a2e70e1aaa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,599
Size: 1.00 vMB
Total Fees: 0.01050149 BTC
Feerates: 71.79 > 1.05 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (446,739 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
468,421 468,421 000000000000000000ed82f3641c67cc711bc5ab24efbc2b1ce54d9f65c27430 3,210 1.00/1.00 vMB 262
468,420 468,420 0000000000000000014e3b835171e401e5b9ec835cd3db0fd9f9b94e6ab03279 2,474 1.00/1.00 vMB 336
468,419 468,419 0000000000000000000613d85f40de099378bba811e5499f7caae28be90501d2 2,234 1.00/1.00 vMB 341
468,418 468,418 000000000000000001cccf916ca81a6cc4207cc19a6045d1387e90bff7f823a2 1,728 1.00/1.00 vMB 387
468,417 468,417 0000000000000000003840f1d348d6b73fec85c2d3c09dd01b2f53dc44d94ab3 1,313 0.99/1.00 vMB 242
468,416 468,416 0000000000000000013354e4a1a0d3d589ea440fdd7adb4533bc63d687ac3c1c 1,845 1.00/1.00 vMB 312
468,415 468,415 000000000000000001a55bc64bc02f6cf83a8193a842f7a274e581f16c66b39a 1 0.00/1.00 vMB 0
468,414 468,414 0000000000000000008a3b38f38eb8e0e9ed294621c0aa54f3701b6545f07c07 1,849 1.00/1.00 vMB 220
468,413 468,413 0000000000000000009a5150e08a422a509dda322b888e9055334e17428ea323 1,700 1.00/1.00 vMB 446
468,412 468,412 000000000000000000dc6e343046ef79d014621b9ffec7dd75b4f50ca42b5125 2,023 1.00/1.00 vMB 485
468,411 468,411 000000000000000001b0d69139a0b142b7adddcbf9871ff8c1ca3810368af0a1 2,510 1.00/1.00 vMB 313
468,410 468,410 0000000000000000002daefd35db39a0fdcb1126d2290886582998fbb98c13d2 1,715 1.00/1.00 vMB 329
468,409 468,409 00000000000000000097bb7df19ff25e99d84177f990ec0a5c32897a7209c91b 1,733 1.00/1.00 vMB 406
468,408 468,408 00000000000000000145a230cd3a10338058682fbb0ed67559d8586266f2d6fc 1,996 1.00/1.00 vMB 284
468,407 468,407 000000000000000001b3b153b3d306cdd624c8449efd017a43ff4105b889db7a 1,650 1.00/1.00 vMB 241
468,406 468,406 0000000000000000008f14df5a5465bff233232243b5e8b3dc6bc2565b8b691c 2,152 1.00/1.00 vMB 366
468,405 468,405 00000000000000000191ca91b18e6ec10e45c1f5e398626363db4774f01cfd4a 1,740 1.00/1.00 vMB 399
468,404 468,404 0000000000000000002a0e7404068feb67dfe672b696947c7b94572ce6aa346c 2,126 1.00/1.00 vMB 432
468,403 468,403 0000000000000000004bd923c7ba065f1f18d22757d9e2e91bc33d42af585ca6 2,585 1.00/1.00 vMB 329
468,402 468,402 000000000000000000ec51eb227d252bdfe0bfcee47794ff1e1cd4662255b5a1 1,888 1.00/1.00 vMB 317
468,401 468,401 000000000000000000bf11d176a198b01de6a65b443c678a7777da36647d7006 1,827 1.00/1.00 vMB 394
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.41 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.