Loading Tool

Explorer IconExplorer

Memory Pool

44,946 transactions
27.37 vMB
0.10403139 BTC
Random Selection Loading Transactions
Max Size: 143.52/200 MB

Candidate Block

Mining Attempt 5a34f389f93691621ad1aca893a69a77b8636b7c7eb413710889b4282177b23f
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root 7ef4a2cb0774adb0753878e86c94500e3f3bbadecbb5dce8a36c8a16f0753f63
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,596
Size: 1.00 vMB
Total Fees: 0.04753531 BTC
Feerates: 151.16 > 4.76 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (367,433 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
547,436 547,436 00000000000000000013c7111475e2f423a0fc0cfdb2803efde25ced2f70c683 2,522 1.00/1.00 vMB 14
547,435 547,435 000000000000000000124d5d861c94f79db82f70afd4ece6222cff938fd6ec15 1,860 1.00/1.00 vMB 13
547,434 547,434 00000000000000000024f55192a6cd2c4c0a61035edcf1b37cfdbb973d78f0c7 779 0.46/1.00 vMB 4
547,433 547,433 00000000000000000001566bc545c798f39647580a203c586a1f1e07874f2319 1,592 1.00/1.00 vMB 14
547,432 547,432 000000000000000000028a1d4718c858c056c451189eefb1b4d57977ad2b1249 2,727 1.00/1.00 vMB 16
547,431 547,431 000000000000000000170f45dd5586a047201e6ad625740ad1c0cdf170fd6ab3 2,909 1.00/1.00 vMB 34
547,430 547,430 00000000000000000007ed04b2afa75daecdc52c98c3267f817db36cbd570fcc 2,797 1.00/1.00 vMB 26
547,429 547,429 00000000000000000019d2931ea5371a0a43d9996bca8ab207c8d94025208dae 2,729 1.00/1.00 vMB 9
547,428 547,428 0000000000000000000aae2ff3cd911f4d149683e6f5f1d532675d7d5ca9524c 3,011 1.00/1.00 vMB 26
547,427 547,427 0000000000000000000b2b9d0a8fa6a2e448936497af8636a5faf4e594c9b23c 2,619 1.00/1.00 vMB 24
547,426 547,426 0000000000000000002075acc8ae639d230eccbc85f40570b1bc99942553e016 1,132 1.00/1.00 vMB 8
547,425 547,425 00000000000000000001a2ab80c13c377e09603de80d24c8741c812666bb72df 2,042 1.00/1.00 vMB 7
547,424 547,424 0000000000000000000a3403fb54d4410050c59e81b1df573ee2b1b2830f04b4 2,332 1.00/1.00 vMB 16
547,423 547,423 0000000000000000001318b90a7fb7ad59ff7f009adab84a3a766b173450b33e 2,714 1.00/1.00 vMB 15
547,422 547,422 0000000000000000000a49dcfeacfab07c7efceaab0403b76d3f620ce0ad1423 2,519 1.00/1.00 vMB 8
547,421 547,421 000000000000000000225d3bed037bf540727946a43f9dca33ae0db0fe6e15a6 1,956 1.00/1.00 vMB 10
547,420 547,420 0000000000000000001d9ec1d9effc90715157c43cf4b9e83d65f965c8080283 2,960 1.00/1.00 vMB 22
547,419 547,419 0000000000000000001cfac9bdbe3c2fad8369f2caef252fd9abc3233dd78abd 2,206 1.00/1.00 vMB 10
547,418 547,418 00000000000000000024dcdffe5c1c5d0cd6632ab052da5035c2dcb1393ad6d2 2,867 1.00/1.00 vMB 27
547,417 547,417 0000000000000000000b09892da6800263a51bcb576509ed8dbe3bf70ff943d6 2,363 1.00/1.00 vMB 25
547,416 547,416 00000000000000000018d47ea8685a48b847e8e04e1cf1282ddbe5c12a6da0ef 2,641 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.16 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: 653.27 GB
    • Received: 13.85 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.