Loading Tool

Explorer IconExplorer

Memory Pool

77,440 transactions
28.91 vMB
0.12147486 BTC
Random Selection Loading Transactions
Max Size: 174.85/200 MB

Candidate Block

Mining Attempt ab15badf2b4d6585139b15a6c12908b3ae3d55e782c318de7c8356619fac6c79
Version 20000000
Previous Block 000000000000000000009f1c3d628decaf53046a7e17575a65fbaae2fc1ca795
Merkle Root c099492821c35212d8a23c58e789cd0d32841b20812c1d7c841569456bc0fceb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,114
Size: 1.00 vMB
Total Fees: 0.06127423 BTC
Feerates: 108.69 > 6.14 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,116 (446,708 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
468,400 468,400 00000000000000000040bc1942c9c1e799de5816825f36b4c4f828e59b7490d2 1,784 1.00/1.00 vMB 451
468,399 468,399 000000000000000001807e6feb8cb09d4439c72653303d256aa4d839effc5c6d 2,825 1.00/1.00 vMB 381
468,398 468,398 000000000000000001731b5c20b7cb1284c5c5bdce7e04070ac4ed63e8e8e491 2,102 1.00/1.00 vMB 342
468,397 468,397 000000000000000001135af310b942f517aaf8b51390524a5a5b8268bb4ec6cd 2,249 1.00/1.00 vMB 307
468,396 468,396 000000000000000000ec5ccafacac1f23c0d67b949a2469dd6e340274861bb14 1,612 1.00/1.00 vMB 257
468,395 468,395 000000000000000000fc176f8c464436d06d5780cc963db9a5565bcb0e7bae55 2,116 1.00/1.00 vMB 270
468,394 468,394 0000000000000000000efae53a438d75d86e58b3dcf175a8ec02016cb52d1e9e 2,029 1.00/1.00 vMB 346
468,393 468,393 000000000000000000d150e7d60554184b11541eeb7c8fb6ddbb245d13d3b8c0 2,507 1.00/1.00 vMB 376
468,392 468,392 0000000000000000016445655f3b98f6dcd6ed6b970bca676c3bac2aa3587f9c 2,160 0.99/1.00 vMB 298
468,391 468,391 00000000000000000000a0ed56eec891aa402b5c75465dc2246d04853e5a102d 1,133 1.00/1.00 vMB 164
468,390 468,390 000000000000000000693510a2711f4355d946ef41eb707b7ac4a250d44d5b7d 1,631 1.00/1.00 vMB 247
468,389 468,389 000000000000000001b0e07a454525d2da7f4ecd3bbb9d018040f0230da5c3cd 2,287 1.00/1.00 vMB 323
468,388 468,388 000000000000000001451803cbb79dc8665008eae7a10553b3ef2966b8621641 2,312 1.00/1.00 vMB 346
Previous 10 blocks ↓
Total Size: 782.59 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.53 GB
    • Received: 15.95 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.