Loading Tool

Explorer IconExplorer

Memory Pool

80,733 transactions
30.22 vMB
0.11178014 BTC
Random Selection Loading Transactions
Max Size: 182.13/200 MB

Candidate Block

Mining Attempt 4e2c8440c196e1b71d8f4b8a9dbfcdc2fd25daf2b0c29dce5fc4670d0f7ec9cc
Version 20000000
Previous Block 00000000000000000000df3472a1fecf1266b59b222ff852cf918f03b4495fb4
Merkle Root 79adf1ff6991ac04f8a2f3d3e9b3a3b7a0cf339e8aa47efd459b5272c4e0eed7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,153
Size: 1.00 vMB
Total Fees: 0.03952077 BTC
Feerates: 111.07 > 3.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,141 (612,127 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
303,014 303,014 0000000000000000422b07d251cf4493fae9d74e5c44bfe92a9fe79597af95ae 130 0.08/1.00 vMB 28
303,013 303,013 000000000000000010d6a6216ddb227f91a6dce493f2639a111b51b2a2ae6164 291 0.13/1.00 vMB 41
303,012 303,012 000000000000000042af95978b61c019eca9dbb47d72eb7878ebd7da5282751b 43 0.04/1.00 vMB 16
303,011 303,011 000000000000000019e9d7dc08b8897da4cc639265e0a56d58e7651068f03f70 462 0.35/1.00 vMB 25
303,010 303,010 00000000000000003183f06541d5928226bf503d35a42d9a9ccfac49178fda44 112 0.09/1.00 vMB 20
303,009 303,009 00000000000000001800dd79f11bc85c8c7ebb3c1c034608b8486170c1f7acff 110 0.08/1.00 vMB 30
303,008 303,008 000000000000000050a0a7ab3f4bd956bf6f41b0a7766fa262006178bc9cd5f3 285 0.21/1.00 vMB 30
303,007 303,007 0000000000000000282fb3f166824c6690a2d8f80422b0e723f2b114d2127902 93 0.09/1.00 vMB 19
303,006 303,006 0000000000000000132160a12ffc47f540c9c34f813a380ff52cb42c6411e5d2 108 0.07/1.00 vMB 28
303,005 303,005 0000000000000000177a21d89dd4337a0cd579db50e21eb7e71ec93e8fd09b66 72 0.05/1.00 vMB 25
303,004 303,004 00000000000000002ad04fffbab735c07a83395418b7900eda17ecddce93ace5 447 0.27/1.00 vMB 28
303,003 303,003 000000000000000039aeed6430f90f5b8c297b91c77688dd976cfd1986187a74 266 0.17/1.00 vMB 27
303,002 303,002 0000000000000000031876c7a8d73d47bf6f0f4c4473f215e7aaf8c6d1c833ab 547 0.34/1.00 vMB 27
303,001 303,001 00000000000000000bb02c740323d2a5a22d286e5d5e441374c6812b2111ef42 379 0.28/1.00 vMB 23
303,000 303,000 0000000000000000599c62eb9b63a08e8a0a95418caff5ec6af56004f903294e 183 0.09/1.00 vMB 29
302,999 302,999 000000000000000000b1c9742954cfefc229d5454282cc4a3d02ac9b358a8680 768 0.34/1.00 vMB 31
302,998 302,998 00000000000000001aad7863fd15551496da41d842fe8e0b8fc46fe19098217c 412 0.19/1.00 vMB 31
302,997 302,997 000000000000000050ac13710dcd7fcc282171bdff0b16fc260ef0fcbd79fddc 161 0.09/1.00 vMB 30
302,996 302,996 000000000000000001e80700b4ec1d8a1573de2a46a924b64e99948b92d35eeb 74 0.03/1.00 vMB 32
302,995 302,995 00000000000000003bcb424a0a11bd38e7967728bda79f6d65a4d13a6be0fea0 491 0.30/1.00 vMB 27
302,994 302,994 000000000000000060e8b6b42f907e40a2322b98ccc2fefe835117d38ac0edf1 978 0.54/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.64 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: 672.40 GB
    • Received: 16.22 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.