Loading Tool

Explorer IconExplorer

Memory Pool

36,449 transactions
26.14 vMB
0.06985095 BTC
Random Selection Loading Transactions
Max Size: 133.51/200 MB

Candidate Block

Mining Attempt e24c73df6a74a32ec655a18755e4252e3f3964fe8ae407a07469da91e7ee41ec
Version 20000000
Previous Block 00000000000000000000d48a01c3ed8f61c1c06ca18e9a1143cbde3caba3340e
Merkle Root 069732a38122698c19be00194fca47d10bb63a390125186c20761a68468268b1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,139
Size: 1.00 vMB
Total Fees: 0.02151966 BTC
Feerates: 152.71 > 2.16 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,688 (358,472 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
556,216 556,216 000000000000000000305bef8a11bb9a174d822a6815ef77e1e63458a2bf5fc3 84 0.14/1.00 vMB 2
556,215 556,215 0000000000000000003477e9fcfc38a2fe9d076508d8860f2198b4f99d75543e 2,282 1.00/1.00 vMB 4
556,214 556,214 0000000000000000001874808c39552dadd0aca241fb8385ef35467a2d5c0a93 2,781 1.00/1.00 vMB 19
556,213 556,213 00000000000000000036b732ac314a0f9ad47587baf5ac1f7641fa978df5aeca 1,054 0.75/1.00 vMB 8
556,212 556,212 00000000000000000036e10a8decb7f4fa80b812643509dd595f1334fee7fa2b 263 0.11/1.00 vMB 7
556,211 556,211 000000000000000000090ccfdf3794970b35198ac60b1c67c3db80e30a14d057 727 0.30/1.00 vMB 12
556,210 556,210 0000000000000000000304142c1b6350389493d56ba0ad1283af0a110c4f7ae8 348 0.26/1.00 vMB 5
556,209 556,209 0000000000000000000c91c65bcdc83f9eca46cad848f72972de5cce759b122d 2,058 1.00/1.00 vMB 11
556,208 556,208 0000000000000000001b61af93b4d7a7b4fce5fd21d33b178601e24ce1050e98 26 0.02/1.00 vMB 3
556,207 556,207 0000000000000000001c585410bcc1fe703cc361908b3448bfc800aa29becfea 1,363 0.56/1.00 vMB 13
556,206 556,206 0000000000000000000f86d805ece7578e74fcfa50dc830836e9c3bea96398a8 1,856 0.81/1.00 vMB 8
556,205 556,205 0000000000000000001cdd988e853ab8108b164cfe19464941e9d2900ddd7d9f 1,710 0.98/1.00 vMB 7
556,204 556,204 00000000000000000026e6185ceb63d73fb5566e57a4e3efa72e6d4953487329 2,484 1.00/1.00 vMB 11
556,203 556,203 0000000000000000002925aea3e73cfcd88714614056884715e82c5728e7dcee 2,443 1.00/1.00 vMB 7
556,202 556,202 0000000000000000003236a3a4a586f8d6a07a32e04a49ff6c61055885a76c87 2,816 1.00/1.00 vMB 17
556,201 556,201 0000000000000000001e93a10a11faf836d00529e03a22c8b8e5e6eca6cc3dfe 83 0.04/1.00 vMB 9
556,200 556,200 000000000000000000185fbb2362cff70537ca936eefef99d62184a7d2dbcb96 994 0.46/1.00 vMB 12
556,199 556,199 0000000000000000001d198b753d414aceda2b34ec812f479b929d4dcac3d03d 821 0.33/1.00 vMB 10
556,198 556,198 0000000000000000001aff6c2e4aea81e3b4b6132b66c28a972e1d3cb5ed4fdd 1,059 0.48/1.00 vMB 10
556,197 556,197 0000000000000000001f3fc7b6d3744e5bc2b7682a293808a4d2cdf3fbfb38e0 1,956 0.85/1.00 vMB 9
556,196 556,196 000000000000000000309d025e2f665005244dd81ebf3afd14ab2a2285e20735 1,225 0.64/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 781.84 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: 637.34 GB
    • Received: 12.42 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.