Loading Tool

Explorer IconExplorer

Memory Pool

79,745 transactions
29.85 vMB
0.09030355 BTC
Random Selection Loading Transactions
Max Size: 180.38/200 MB

Candidate Block

Mining Attempt 486c62ab32583af3bac44ee7ae4021b18f502eed7ec553b70ccfd0f29b974fc8
Version 20000000
Previous Block 00000000000000000000997246e0ea341cc7494c99602e9246f1c08e494865a8
Merkle Root 3084a790b8f0fab4db088116eb8d11ac5eb8e83f7106d376902cb20a2e75865a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,090
Size: 1.00 vMB
Total Fees: 0.02249211 BTC
Feerates: 48.71 > 2.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,140 (405,097 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
510,043 510,043 00000000000000000025f093461f91fd9979e30702db2fd99cba1da8585bf5d2 1,112 1.00/1.00 vMB 16
510,042 510,042 0000000000000000001cc2d58b70e92f1eb8c0112a500f14c4642af7da4089f3 2,217 1.00/1.00 vMB 70
510,041 510,041 00000000000000000055309748af3a18d5923bae6b2c3e8afeaffdf75259c835 792 1.00/1.00 vMB 20
510,040 510,040 00000000000000000002e1a73d230e08cbe4974bf89ede9cd1fca560b8fe5ccb 2,082 1.00/1.00 vMB 24
510,039 510,039 00000000000000000010932ac6aa23b707ea5d141b7f3c07314e79e6de1a589e 1,629 1.00/1.00 vMB 63
510,038 510,038 000000000000000000355ab5d695675ac0c8758064d75dbb65ac7985785f17ac 1,322 1.00/1.00 vMB 51
510,037 510,037 0000000000000000001f699648b63c4b2e0cf9449e40430415aca9bcb2619c74 214 1.00/1.00 vMB 3
510,036 510,036 0000000000000000002d153f0fdd4b78ee1c9fbc802be06f47c9d5662f8f777f 701 1.00/1.00 vMB 4
510,035 510,035 0000000000000000002e2a29691f8ab27ae4cd95b97ed6d1e743e48caaadec81 1,670 0.76/1.00 vMB 68
510,034 510,034 0000000000000000002af5448ea2070b1b7217de971e652d751b951ae41f07f7 1,749 0.75/1.00 vMB 70
510,033 510,033 000000000000000000597a9defe1a8f8b57c71af540ef4021a8782f7c9be25cf 604 1.00/1.00 vMB 17
510,032 510,032 00000000000000000012f6a390b8ff6084b750184c15423fd31a729c57f617cd 1,153 1.00/1.00 vMB 31
510,031 510,031 0000000000000000003b599fc62a70278738081b8cca00bfc7c6374adfed3834 1,766 1.00/1.00 vMB 45
510,030 510,030 0000000000000000001a90b1837f1835ee926a10d8026afc069ac8361343403d 956 1.00/1.00 vMB 21
510,029 510,029 000000000000000000080bc9f827ed6956538f0cef83ad71a58f5392e1144b49 1,159 1.00/1.00 vMB 38
510,028 510,028 00000000000000000058d9658b86a7f7c57be721831e4df1a251cf064eba3b14 1,102 1.00/1.00 vMB 33
510,027 510,027 0000000000000000004f1c6e3ae268cf8f26a6abb2447563a693305564671a22 424 1.00/1.00 vMB 22
510,026 510,026 000000000000000000187e10a7ed1772da0578a26df42fc08b9b58c36a739831 1,251 1.00/1.00 vMB 26
510,025 510,025 0000000000000000001efa0bc4c55c19b34a789c314bffdd6ee3983494627e4b 2,588 1.00/1.00 vMB 89
510,024 510,024 0000000000000000000c0a87f35d87e72660f47668f0cb30ef197ae6e96facdc 2,283 1.00/1.00 vMB 75
510,023 510,023 000000000000000000149e3cd8bbae14e085f8aa8a71b1c30b9eb1dedc0bba68 2,211 1.00/1.00 vMB 60
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.37 GB
    • Received: 16.21 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.