Loading Tool

Explorer IconExplorer

Memory Pool

81,342 transactions
30.45 vMB
0.11219022 BTC
Random Selection Loading Transactions
Max Size: 183.40/200 MB

Candidate Block

Mining Attempt d3cc1f47276d4debd41a11b4dd8e2c070c2cf49193f843f1f910cb516122a123
Version 20000000
Previous Block 00000000000000000000199f724f1ef29eab80f2f04d88a242934c5235274752
Merkle Root 7c24bae9e9c268642425c8f9b8dba5d374f55feebc59fd210f9c20197338a2e7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,378
Size: 1.00 vMB
Total Fees: 0.03785616 BTC
Feerates: 180.34 > 3.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,142 (806,162 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
108,980 108,980 0000000000019e2cff11ec3508ef9e44abf7fe37ddfa923880a5c5bf81f15d3b 5 0.00/1.00 vMB 0
108,979 108,979 0000000000001139ce1b690579a254079f70e0c417489741349ef23ab47fb61d 1 0.00/1.00 vMB 0
108,978 108,978 000000000000c758fec3d008094bef7c84105dfa84acf6ef872c915105a9afff 8 0.00/1.00 vMB 2,408
108,977 108,977 0000000000002809908e4825749055f5311ddfb6aa0014f4cb5347c4af225b87 10 0.00/1.00 vMB 0
108,976 108,976 00000000000125c4e15f4c723847c8b0426c2f07d1024a1ed0791856cc024a17 10 0.00/1.00 vMB 0
108,975 108,975 00000000000063a57d56c3214ffd47fb3d25e6486801b5ee5753e45f141c9acb 4 0.01/1.00 vMB 968
108,974 108,974 00000000000075b3ec99d72c3e8890d63eaa116fee15191969d735e31331e8ec 3 0.00/1.00 vMB 0
108,973 108,973 000000000000b1afa29835143757c8eb1d476591a8a2007416e7e9386fb4e0e7 6 0.00/1.00 vMB 0
108,972 108,972 0000000000007316a954e84f99b458d831272a0836d08a6a3f693cb890c7b226 12 0.00/1.00 vMB 0
108,971 108,971 000000000000e5d54f77a503ed07a3a1b6eec28d6aca33d6581dd5e192a3677d 5 0.00/1.00 vMB 0
108,970 108,970 000000000001c7784c12c4084e6f431b2451c4ec8fa5c1187452619f77f8e4b3 36 0.02/1.00 vMB 0
108,969 108,969 0000000000002e6ebadc2cc404b7947d8da4badf32deae1203ddd326a7277543 11 0.00/1.00 vMB 0
108,968 108,968 000000000000f6bb552c7edcfa0680e8d876d316a35e12fcff22fc0adf13b057 12 0.00/1.00 vMB 0
108,967 108,967 000000000000c94f0e04ca8f24b27c4c0edf638a59d70b30884aa7a54f5f9023 12 0.00/1.00 vMB 0
108,966 108,966 0000000000014ef8874c6b6773c582c843cdce21c3c1f0e8b67b6c0b6e7e78e4 10 0.00/1.00 vMB 0
108,965 108,965 000000000001824da864d5a45a1837512a82991f2351d27a50e25da39066d530 10 0.00/1.00 vMB 0
108,964 108,964 000000000000ddf112f368b13ea4300bcc5e04ac55363c493de03db5f42874e2 12 0.00/1.00 vMB 0
108,963 108,963 000000000000d364c569d0bf95aaef1d6a01f254459f270f35201571b9762387 27 0.02/1.00 vMB 63
108,962 108,962 000000000000333cd5196695a443e4971245935642a43118abda1f74aee4e72d 5 0.00/1.00 vMB 0
108,961 108,961 0000000000012841870d0491c67191b1f74a31f5593e1362a7f3b05fd15dc6b6 10 0.00/1.00 vMB 0
108,960 108,960 000000000000aedf1113be0eeb47915921d0a5c296812ad110c39c8f9cfaeee6 11 0.00/1.00 vMB 364
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.42 GB
    • Received: 16.24 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.