Loading Tool

Explorer IconExplorer

Memory Pool

34,323 transactions
27.33 vMB
0.12788895 BTC
Random Selection Loading Transactions
Max Size: 137.08/200 MB

Candidate Block

Mining Attempt ae818d269f5359da2df57e13a5ed8bb28ad2c5e727631a74fd7a2a3117d457f5
Version 20000000
Previous Block 0000000000000000000088eb0f120f975e57ee7b05837846c83d2c87324a46fd
Merkle Root 328b34f4567a97ed03dde3b1fb8c2ea06ef0f6bb075b17cb3a9df6638368c7a5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,873
Size: 1.00 vMB
Total Fees: 0.06079035 BTC
Feerates: 502.67 > 6.09 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,242 (913,821 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
421 421 00000000ae162df19a3451cefa33bc09a4a91b53e9bf103d57386158b798c71a 1 0.00/1.00 vMB 0
420 420 000000006a906fbef861f23ce8ff5fae146675508fa5ec64817db5c81be04019 1 0.00/1.00 vMB 0
419 419 0000000022d4d7a47758faf2674bf884b08cb54400d62d1736978895ca20914f 1 0.00/1.00 vMB 0
418 418 000000003255163ea0bf1f01d5f559727ae71685d261baca156e2cd3c6e9e0f2 1 0.00/1.00 vMB 0
417 417 00000000f334596d5afdb4b5ee5fb6974718f1d94160e57a10c4db598144b808 1 0.00/1.00 vMB 0
416 416 00000000accb9001c11866848a686bc3f2c42111cbcf2ee52cc5f5c7fcac508f 1 0.00/1.00 vMB 0
415 415 000000003f7e074587fa1684ac863519fea3c64040b05ddd04948a13f7b19b42 1 0.00/1.00 vMB 0
414 414 0000000054f5445a546e095668d56d66fbf5c977561da29b3ae8b97db9526d7b 1 0.00/1.00 vMB 0
413 413 00000000621e04b0b315c9d341f8b4ff269443178a9e895e49042e3dee11fda1 1 0.00/1.00 vMB 0
412 412 0000000072d95c134f9a33b8f94bfe96186efc32fe8c6d13bdc2a196e40e2df0 1 0.00/1.00 vMB 0
411 411 000000003ddeb377f8c85e3c7b1ac78715fbb90fe65a617d0c57c0a6f62baf94 1 0.00/1.00 vMB 0
410 410 000000009579d1a62c9b365682641a0a6d73fc047b93fc5ab4ea046ccd9877ef 1 0.00/1.00 vMB 0
409 409 000000005ab5baa8ca1a5343bb7d84a5ef42e31b91a2e673137654d689881b27 1 0.00/1.00 vMB 0
408 408 00000000f079868ed92cd4e7b7f50a5f8a2bb459ab957dd5402af7be7bd8ea6b 1 0.00/1.00 vMB 0
407 407 000000009df396001cae68e4bbd0d1073e9056e82794a0c1c1c850e6c9d8372d 1 0.00/1.00 vMB 0
406 406 00000000e3385ef51a21c2ef7d844c9e1390168247858c6865b38698017b614f 1 0.00/1.00 vMB 0
405 405 00000000a148f310f5c02800fe4b08aa4daf0ea17b212ee07ce00f76768689dd 1 0.00/1.00 vMB 0
404 404 00000000e1c14f433f188468b2bb6e634fb5381d2c8c1e98e1f87a90842073e8 1 0.00/1.00 vMB 0
403 403 0000000070e953b7a87dad93a8c63a5884f92ba7f53e38f9dc2b64e09e0b735a 1 0.00/1.00 vMB 0
402 402 000000005265c5afb97e91a7961ea9861612d965e7714df0c9d38da02b59d8f8 1 0.00/1.00 vMB 0
401 401 000000005bbced8d14a6ec258a8ab28ae980616e9820437cc3b6d3daff3b7d14 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.02 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 576.42 GB
    • Received: 8.45 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.