Loading Tool

Explorer IconExplorer

Memory Pool

74,535 transactions
27.45 vMB
0.06850339 BTC
Random Selection Loading Transactions
Max Size: 167.72/200 MB

Candidate Block

Mining Attempt 828b6738f0db53b6a291518455c7dd166029c8ccfff908d162dc7e9ac477766d
Version 20000000
Previous Block 00000000000000000001557435dcff3b80a2812f16c9780d6c7bb42700c76759
Merkle Root 5c0ee44958c7017f315084402a8d2724ea08bbee3b8ea62d46a9e6aa2010d124
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,200
Size: 1.00 vMB
Total Fees: 0.01011830 BTC
Feerates: 179.53 > 1.01 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,260 (265,883 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
649,377 649,377 0000000000000000000330e167c70d6b3459f16baeebac05b892c47832bb78e6 2,899 1.00/1.00 vMB 87
649,376 649,376 00000000000000000000b9a0f883bbbc7ce6216f5fe3925e6cdcd8d3a30e9b77 2,673 1.00/1.00 vMB 56
649,375 649,375 000000000000000000080424f8dca9e95d31b822bc7c1acad41ccea40ec2fbcd 1,902 1.00/1.00 vMB 73
649,374 649,374 00000000000000000001dce2c8eab2a32ce77c36661f4e122a8918c8862b6425 2,615 1.00/1.00 vMB 75
649,373 649,373 00000000000000000004494947cd5b5a1d35e467e12347d2aa0684a17f8c50cc 2,721 1.00/1.00 vMB 91
649,372 649,372 0000000000000000000631c499f8909b085041da7251a9fd3b97b82971a5dab1 2,222 1.00/1.00 vMB 102
649,371 649,371 000000000000000000022dbd06f5a751472cca681971aa631c1e1c56f99783e8 1,641 1.00/1.00 vMB 121
649,370 649,370 00000000000000000006de0501474fd13a961660b428f889297ae085ef4d07c0 2,709 1.00/1.00 vMB 53
649,369 649,369 000000000000000000061be3b14b1146f21eb39a886a0e9d6bde4b794bf930c8 2,824 1.00/1.00 vMB 34
649,368 649,368 00000000000000000004ff0b6173666aec0605a8dc9926ec84fbf5a684e5852c 2,504 1.00/1.00 vMB 37
649,367 649,367 00000000000000000006c82838f3a036411e695bb143c19708b8b933ae0e7073 1,996 1.00/1.00 vMB 39
649,366 649,366 0000000000000000000380d5d12f00953b56552cd775fe0a5049e11c8a23100a 2,139 1.00/1.00 vMB 41
649,365 649,365 0000000000000000000c70e4230112b7da9f71c0dca7111a171e23a57a0af6af 2,169 1.00/1.00 vMB 22
649,364 649,364 00000000000000000004722775e8e20ebe27ab5a3d105d83b4f003f16c51c718 2,700 1.00/1.00 vMB 48
649,363 649,363 00000000000000000006f3ee8f0b4fea4ae8c2f98d368051513c1e309d4c2252 518 1.00/1.00 vMB 3
649,362 649,362 0000000000000000000a287d4e52b60946c0ae19d3e39dfc91d7d78e51cd92cf 2,233 1.00/1.00 vMB 9
649,361 649,361 00000000000000000002a37221939dc2a63daeb9ce32823db69649750daffe62 2,194 1.00/1.00 vMB 43
649,360 649,360 00000000000000000005ff185f0308962f842de3585519f56cd956803cd5f26e 718 1.00/1.00 vMB 5
649,359 649,359 0000000000000000000034af6a70343af09a5062433ff778f54d806048b29063 1,508 1.00/1.00 vMB 6
649,358 649,358 0000000000000000000c75d1441dea93c3629016e3b542086b0d8c16d66691bb 2,622 1.00/1.00 vMB 33
649,357 649,357 0000000000000000000305227be30d0b4f8caef6b199996aacf99916f0f2fc02 1,178 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.84 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: 712.40 GB
    • Received: 17.17 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.