Loading Tool

Explorer IconExplorer

Memory Pool

35,753 transactions
26.03 vMB
0.06473659 BTC
Random Selection Loading Transactions
Max Size: 132.50/200 MB

Candidate Block

Mining Attempt 5cb8ad8b2fcbf085056ceb7e03edad6098e244e0ef5a8b5d07f07f6c105e9a7e
Version 20000000
Previous Block 000000000000000000000fe35af4d037ca03b402462f88c6c27529d0780dc853
Merkle Root 40bc5b18a19121c038c09f2c46d8bd9aa8875caea6b659069ff6eee15ee85e97
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,542
Size: 1.00 vMB
Total Fees: 0.01684696 BTC
Feerates: 165.59 > 1.69 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,693 (860,675 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
54,018 54,018 0000000006924fa6259c9dbdda7a91a216cd03d169466956910b4f3a1ed775d1 1 0.00/1.00 vMB 0
54,017 54,017 00000000003d5971db3a61a71d4854640c5f2173aebc0fc6be07addafc98a282 1 0.00/1.00 vMB 0
54,016 54,016 000000001073881570aa4162c18439565fafcb96d5a255ee6e2c219a323109da 1 0.00/1.00 vMB 0
54,015 54,015 00000000155c428561c030a6dcac4d0c28b3b32e2d496b50e0201fb17682a5a7 1 0.00/1.00 vMB 0
54,014 54,014 00000000148bdf8d3b70dbb7ed9665a73258ad8cf979028e8950df3c237bfecb 1 0.00/1.00 vMB 0
54,013 54,013 000000000db4ef84a70d6df1b740215fdfece53842e1510a1a637e94ea6f055e 1 0.00/1.00 vMB 0
54,012 54,012 0000000009d56c5a3fe32f98bc95a53fccb42dbd37d542ef6681697b2214ba78 1 0.00/1.00 vMB 0
54,011 54,011 000000000eff76af4c354c6a5e6876584da1ad3dd238dffdc9096786a2f59470 1 0.00/1.00 vMB 0
54,010 54,010 000000000ec165b3e1536d232165e6d865675212e88bb88c896ddd014cfbea61 1 0.00/1.00 vMB 0
54,009 54,009 000000000939039d9542f1a01cc2d29e25089b0f2e59c372cc698882852087da 1 0.00/1.00 vMB 0
54,008 54,008 000000000af7e0898acd5ef0cd5d03806d346d459f41691e16173653c8bf7550 1 0.00/1.00 vMB 0
54,007 54,007 000000000fed4a0f013728228daf9f6ca34f882e88107b6f116dead3b7938f0e 1 0.00/1.00 vMB 0
54,006 54,006 0000000000d7253adacc2ddec37230c374e64fe40c5355e8509899135149bd9f 1 0.00/1.00 vMB 0
54,005 54,005 0000000014532a817cd31a667f79f883288a5c739dd451bedf1aec4be6face19 1 0.00/1.00 vMB 0
54,004 54,004 000000000e9761fd7eab733d497a7fe5687fe4eccc52f6bc0817999695644881 1 0.00/1.00 vMB 0
54,003 54,003 0000000006ac4aba898d015f862f67a6a010619180dd1ec152624236ca8e764c 1 0.00/1.00 vMB 0
54,002 54,002 0000000012945bd3bea03e5917acc11aaddf0f4db93f89d8bfc54f9c5f3df4a3 1 0.00/1.00 vMB 0
54,001 54,001 00000000100403d4ad879391f3fe2d80f2936eb2dd6389b81ade62ca6e3dd0bd 1 0.00/1.00 vMB 0
54,000 54,000 00000000144197f54afa21ae7db2bc93eee604432101fc0ebe7966a52bb27e61 1 0.00/1.00 vMB 0
53,999 53,999 00000000111273f39a00ec852fbdb3cbbf9ce712f7fac78db683b9fe42a4c3db 1 0.00/1.00 vMB 0
53,998 53,998 000000000a77076c7be788f1bde8702cdbf948ff424d925b4e6e1758fe89b50e 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.85 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: 638.24 GB
    • Received: 12.47 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.