Loading Tool

Explorer IconExplorer

Memory Pool

76,617 transactions
28.96 vMB
0.07661696 BTC
Random Selection Loading Transactions
Max Size: 176.97/200 MB

Candidate Block

Mining Attempt 6ebacbcb57c96845e0d7f377ef790a09584adbdcfb03bfcecd9841b8bc4835da
Version 20000000
Previous Block 000000000000000000009df2a42daf883294bc70d5e3dcb4236d35117bf4386b
Merkle Root 5b58b34d124d51f6c3fdfef83e8d782242065656243f54a5b7600717216b6074
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,704
Size: 1.00 vMB
Total Fees: 0.01350641 BTC
Feerates: 77.76 > 1.35 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,246 (265,865 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
649,381 649,381 0000000000000000000b8ab7d90074cea1c0b761f16a16bcbe9454ce3ed47a55 2,423 1.00/1.00 vMB 92
649,380 649,380 0000000000000000000b6318637307ba5b9933b790138a161a279e82fc6bdcd7 1,806 1.00/1.00 vMB 73
649,379 649,379 000000000000000000098e0098f95095f77c13343101d7866a3ab1102aea8204 2,518 1.00/1.00 vMB 92
649,378 649,378 0000000000000000000af49855ca10e33ee0faaabbc1f55bcedabd966178578e 2,364 1.00/1.00 vMB 62
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
Previous 10 blocks ↓
Total Size: 782.82 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: 710.77 GB
    • Received: 17.08 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.