Loading Tool

Explorer IconExplorer

Memory Pool

81,615 transactions
22.48 vMB
0.06801191 BTC
Random Selection Loading Transactions
Max Size: 149.70/200 MB

Candidate Block

Mining Attempt f1e52103fad48fc26956d4733d37ee57fdcdf35cec6fdbeddad6a0273ac12d5f
Version 20000000
Previous Block 00000000000000000001b47f008eb2628837c4fd4d0a2b14ee542d27b5b19b1c
Merkle Root fa857f522358c94b1e3a662b7c7a143d19e74d6285818fecc865715518211f1b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,369
Size: 1.00 vMB
Total Fees: 0.01614421 BTC
Feerates: 265.25 > 1.62 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,125 (856,632 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
59,493 59,493 0000000009315604e6594c157d34573a076ef88933e11c32d9159624a28ef4a8 1 0.00/1.00 vMB 0
59,492 59,492 0000000007eb69f100f25f51e240e3a57c6c2705b2f1313f09424fa2d9d6f087 1 0.00/1.00 vMB 0
59,491 59,491 000000000b1da3e007d467b5cdbfc725403d67f0b83b6365cb137c4fe8d749a0 2 0.00/1.00 vMB 0
59,490 59,490 0000000007a17a3d8ad1aacefeca2db3e540a83b3760902e2b5fefb31a8fb6b4 1 0.00/1.00 vMB 0
59,489 59,489 000000000474d2688ac1a032c762b0ac3b7f17d251f1277258aa29145354b022 1 0.00/1.00 vMB 0
59,488 59,488 00000000016c4e9cbb6a0cce5e66ebaaf63f20a7e51df194ebe43207c3014845 1 0.00/1.00 vMB 0
59,487 59,487 0000000005cc00d054fb4ab575c91403341c4b9633336502175cc24a42cbad62 1 0.00/1.00 vMB 0
59,486 59,486 0000000005909f9e53512878e4212ac3dacd8c2861ae328a206096b45009302f 1 0.00/1.00 vMB 0
59,485 59,485 00000000071bb61f0086f6aa407c8fa6c7d4bd7d055767e051d8d695dafef2a2 1 0.00/1.00 vMB 0
59,484 59,484 00000000090b8a709e6daa6be16018e2e3d1c3750b26ad29f0c191c4c6fd841b 1 0.00/1.00 vMB 0
59,483 59,483 000000000b532a8176dff387c8487f7084895d1cdcc07a5d69ce7fff59e0c66b 1 0.00/1.00 vMB 0
59,482 59,482 000000000e2347c29de4ae1a834808a364e50a320ce24d66fb5de571173d7080 3 0.00/1.00 vMB 0
59,481 59,481 00000000028e9f3f60a6930505c8c894ec29b342413077d9e4a6c1bcfcd37bd7 1 0.00/1.00 vMB 0
59,480 59,480 00000000034ecaa99ee5844aa00cc28d2d61b865ef0149883fd72de620c81a08 1 0.00/1.00 vMB 0
59,479 59,479 000000000f61253643d28f506cc8ba7fb148591ed6df01b7db72355cae3404c0 1 0.00/1.00 vMB 0
59,478 59,478 00000000002220f8876e3c700f686195b7d1688cd0a30961989831b0d189fcde 1 0.00/1.00 vMB 0
59,477 59,477 0000000002a4d3f7b50a45b0d202ca044960d7d623456384d6a8fc4f93812cf8 1 0.00/1.00 vMB 0
59,476 59,476 000000000a50ec191c53899ba7735aa8b2652f6127085ee13a0801ee46f40977 1 0.00/1.00 vMB 0
59,475 59,475 0000000003f62818d672b23fdff54fbca85ef6ffaae72e97f1ce08fc5713bcdd 3 0.00/1.00 vMB 0
59,474 59,474 00000000074f2edfee407b12ec0adbf086092ebf8b5610777cecaabc0209855f 1 0.00/1.00 vMB 0
59,473 59,473 000000000f330ac25edacab4e66e61a29841aa60515e6e5cec264e45b0004b33 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.34 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: 816.50 GB
    • Received: 24.35 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.