Loading Tool

Explorer IconExplorer

Memory Pool

86,607 transactions
31.51 vMB
0.21022119 BTC
Random Selection Loading Transactions
Max Size: 191.26/200 MB

Candidate Block

Mining Attempt dc2fe298c845b620eab3d81d887d6044106374b7ee10fb819d78ff6f3f9568c6
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 8538fea9c8aaaa183b415f8d8fa2f83a3e598fc962b8cb692d51dc395debb8ff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,571
Size: 1.00 vMB
Total Fees: 0.10614970 BTC
Feerates: 502.67 > 10.64 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (446,842 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
468,283 468,283 0000000000000000003d6b4da1c8d6c1bf451b5bfc76b16a6d561a93061205c5 1,114 1.00/1.00 vMB 194
468,282 468,282 000000000000000001c68a7c40e05cbfab0e6345522440d8017653f16bdd52cc 350 1.00/1.00 vMB 94
468,281 468,281 000000000000000001b066cab7788e99de3f105046bccda317170f14281930ce 2,490 1.00/1.00 vMB 317
468,280 468,280 000000000000000000a0ccaa184cf28f1b1e6faa2dad9a2de473faa039916d93 2,284 1.00/1.00 vMB 346
468,279 468,279 00000000000000000034ea70a995952a87df716ad1f33ea98feb8febce827844 2,106 1.00/1.00 vMB 362
468,278 468,278 00000000000000000022f58ba56b2d514c424c3896e539ac9f5df1bccce10bb9 2,495 1.00/1.00 vMB 434
468,277 468,277 0000000000000000019e2c7cf0eeffc26202c59e21bb6627c6ab68afc3a3f23f 1,781 1.00/1.00 vMB 322
468,276 468,276 0000000000000000010ffe103fdfe0eb7271dc332cf665f0d263925aa54ecb18 1,966 1.00/1.00 vMB 352
468,275 468,275 000000000000000001a9deac1841a451b9d3bc17ff6626ebbf3d16e5a9c4272a 2,742 1.00/1.00 vMB 616
468,274 468,274 0000000000000000015dc3aa18ba789fca78b9a1e1f0f675b4980f9bd3eb8cad 1,049 1.00/1.00 vMB 113
468,273 468,273 000000000000000000a8e6ebae62075111e3030537af100e38c8c54a7727010d 1,708 1.00/1.00 vMB 278
468,272 468,272 0000000000000000013f4218eb75de9e2914ed0694d15e30f07b6490888835ba 2,300 1.00/1.00 vMB 340
468,271 468,271 000000000000000000d30758fbc9fb7f8fb138351a97fe1a2d2051782d5762e4 1,869 1.00/1.00 vMB 398
468,270 468,270 0000000000000000004b976baacd702a65bbec0902bc989800d7581a877e1a9d 2,340 1.00/1.00 vMB 329
468,269 468,269 000000000000000000e6a8c33bbbf83f58dc835348723af1969ed8a79d3bf78a 1,792 1.00/1.00 vMB 324
468,268 468,268 0000000000000000002b6e9c9026ca4090c12beac63766278a943cc10dca533c 1,545 1.00/1.00 vMB 506
468,267 468,267 0000000000000000007b2c95f771d14c1ef115742d8ce70662949c5b2b691f07 1,978 1.00/1.00 vMB 364
468,266 468,266 00000000000000000167b7c136f100ad81600666a8547d1f9c4c453706544eae 1,834 1.00/1.00 vMB 376
468,265 468,265 0000000000000000019b81ca665a5484f9ce486c2d07ab448827bbf4fabd91c0 2,489 1.00/1.00 vMB 468
468,264 468,264 000000000000000000465bf26fafe1d39bf54925b9698069460d4ea1cb15ea5e 3,173 1.00/1.00 vMB 111
468,263 468,263 0000000000000000009151f72965c589c43041642e85af8f9978d62ccc3c498f 2,723 1.00/1.00 vMB 633
Previous 10 blocks ↓
Total Size: 782.61 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.94 GB
    • Received: 16.07 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.