Loading Tool

Explorer IconExplorer

Memory Pool

81,737 transactions
30.30 vMB
0.16765318 BTC
Random Selection Loading Transactions
Max Size: 182.97/200 MB

Candidate Block

Mining Attempt 081353d7d4e254bef7efe11312ba2fd1ea7f4f7870fb5c31338a3759ae3394ca
Version 20000000
Previous Block 000000000000000000001ab79c0bb6871e6d437e0f72576711d4f8a15dd0278a
Merkle Root 4e43a72d64ea0760a32f89bf9a471bb4078939b3cbcf5399d366ba5fd0ee3129
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,328
Size: 1.00 vMB
Total Fees: 0.09171846 BTC
Feerates: 502.67 > 9.19 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,123 (263,716 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
651,407 651,407 000000000000000000019897355c063b75d93cb0a0c63eb8764e8d2761661f21 2,550 1.00/1.00 vMB 119
651,406 651,406 000000000000000000033a290520a49ca710249c608d09095952b8925db7999d 3,336 1.00/1.00 vMB 144
651,405 651,405 0000000000000000000b3f6c30ead8b080d3b062f4e7b3ad1fc9f7c82d53290f 2,594 1.00/1.00 vMB 124
651,404 651,404 0000000000000000000a92fc81b6d1b9f60bcec2302114a47c04c7579a606d74 2,124 1.00/1.00 vMB 112
651,403 651,403 00000000000000000009bd3a3681bae084afcc22d1308954ca69b9202a90afa8 2,956 1.00/1.00 vMB 118
651,402 651,402 00000000000000000007d85bb3583e26dfd9c45882e0005a0899544d85b5525a 2,244 1.00/1.00 vMB 113
651,401 651,401 000000000000000000066fdbc377cbee7b693467f96526fcabdbc935ec43620b 1,792 1.00/1.00 vMB 108
651,400 651,400 0000000000000000000045a5c310d8f8fbdb51557c80e59b96654b4f338c12c7 2,238 1.00/1.00 vMB 115
651,399 651,399 00000000000000000003882188eecf41bbdc86e6112a92a85623985b0249669c 2,601 1.00/1.00 vMB 104
651,398 651,398 00000000000000000007db0957300f6a7a42742488741c882bdf31ae8a532e3a 2,822 1.00/1.00 vMB 106
651,397 651,397 0000000000000000000547432a64abe41cc17eaf373aec7cdeda544aebf4886c 2,682 1.00/1.00 vMB 127
651,396 651,396 00000000000000000004c53d8534f916ce860532bb365dad9a5113032c97b3f3 2,894 1.00/1.00 vMB 120
651,395 651,395 00000000000000000009b3e9667b5c7c2af87a026d2f3bd7ae422672bbef6a38 3,388 1.00/1.00 vMB 141
651,394 651,394 0000000000000000000c0786bb5f0041bf5222fc5937d6432af1359f738c2451 1,763 1.00/1.00 vMB 104
651,393 651,393 0000000000000000000b03980f0b92a257fb74b729a8e5a007a4a9917e66b64c 2,589 1.00/1.00 vMB 112
651,392 651,392 00000000000000000006fab92cb852ac78969faa4303cc95be648f82316186b5 2,964 1.00/1.00 vMB 117
651,391 651,391 00000000000000000002d38b174e6ee10eaad1f35d141ffbd43975609c856b1f 1,673 1.00/1.00 vMB 103
651,390 651,390 000000000000000000047850617f402a2ad57d63284c6971358d0b3d904ddc8e 2,708 1.00/1.00 vMB 119
651,389 651,389 00000000000000000008d8a3a0b611afbdc82277885fb3a5f9c9e924cf01c52e 2,639 1.00/1.00 vMB 102
651,388 651,388 0000000000000000000c6201ab25b8cf708cab4897171472091806a02c42f52b 2,611 1.00/1.00 vMB 113
651,387 651,387 0000000000000000000b68f56e713c10735743c3cd3a6204558939867d2a3cd9 1,393 1.00/1.00 vMB 95
Previous 10 blocks ↓
Total Size: 782.60 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.85 GB
    • Received: 16.04 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.