Loading Tool

Explorer IconExplorer

Memory Pool

31,350 transactions
25.59 vMB
0.12495539 BTC
Random Selection Loading Transactions
Max Size: 126.62/200 MB

Candidate Block

Mining Attempt c78c87c621116a307d804405f0f3b81ce51814edaa78ec35ff16997a8597cc79
Version 20000000
Previous Block 0000000000000000000114b741a7ea5e22a3b1644a12fa289ff8ee974cfb5855
Merkle Root 1c81db1875d039b53342292e0b708146a1d049dfce8b3f49711afe83667a988b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,443
Size: 1.00 vMB
Total Fees: 0.07737344 BTC
Feerates: 502.67 > 7.75 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,219 (841,858 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
72,361 72,361 00000000001edd19bccb8698169a27c779f9049d738937c8927950da9881adc6 1 0.00/1.00 vMB 0
72,360 72,360 0000000000b1bb601ac26ab82eeb37f39fcbe344aece6815cf72a137503bcbfd 1 0.00/1.00 vMB 0
72,359 72,359 000000000058aa684cc293c29674eea181597b840c03b8050531bd376d397b5b 1 0.00/1.00 vMB 0
72,358 72,358 000000000092b2ee804103620741aae735780eb94debf04f9181b0da74942971 3 0.00/1.00 vMB 0
72,357 72,357 0000000000fc8002230f3de4a8e3846bde5b8e219d5d69f541c92d5748e6c01e 2 0.00/1.00 vMB 0
72,356 72,356 0000000000eae7f9be4dd3b7861740a987fb32ab8c2078f956030d2062442eb7 3 0.00/1.00 vMB 0
72,355 72,355 00000000004566ee7a17f21378fbba2ff374b6b4722a931276d1c1e10e60c3ec 4 0.00/1.00 vMB 0
72,354 72,354 0000000000266246ec78c1fc5d92f6db8a7ee6f1d6ff9591b61cb84350936d4e 2 0.00/1.00 vMB 0
72,353 72,353 0000000000853c2d168df0152519d1e8d197b78c4463ed3be2656bcc8c304401 1 0.00/1.00 vMB 0
72,352 72,352 0000000000b6150c99f9d3a5dc268b6fbf62c453ecc628d6a7499fa43d34eb7e 3 0.00/1.00 vMB 0
72,351 72,351 0000000000f2be17e3776828b927fb5af4defe86c15867729b2ae3cf0871f913 1 0.00/1.00 vMB 0
72,350 72,350 00000000002f41e6ea83b8e22b191c2557559c028a9244aae2bf9f2c158b0f26 1 0.00/1.00 vMB 0
72,349 72,349 00000000005dbab5c9a79377d831427c9a31f8b6ff4063cf9f22c02b64b18524 1 0.00/1.00 vMB 0
72,348 72,348 00000000009eb0de74526e860bd4de583b058ae023049017a87ac60aee467eaf 2 0.00/1.00 vMB 0
72,347 72,347 00000000010337ebe7d4a6726fa5b9aef0bf4608de8b1dda16277aae587c458d 1 0.00/1.00 vMB 0
72,346 72,346 0000000000bef65b8c0b72a4b216e0edcf00b1dd579019127ef7b9fb77421c5b 5 0.00/1.00 vMB 0
72,345 72,345 00000000003274708b3291e644e49da9b4684bb09c99dad4a4a015a2bbbce694 7 0.00/1.00 vMB 0
72,344 72,344 0000000000df66a029b9ec4644da5f4b0b99ad1b802b3cf32ffd23711e735b6a 5 0.00/1.00 vMB 0
72,343 72,343 00000000002422a1ffdbc2d8564ed05115fe9371637da36885546994d9e788f9 1 0.00/1.00 vMB 0
72,342 72,342 00000000002167c65577a569218c76f098bbef43f5684463b1aaab8b8f97c1f5 3 0.00/1.00 vMB 0
72,341 72,341 0000000000a3b077d8862276901273e1d609e7cbf119771a1051ff00966e16fb 8 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.98 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 574.89 GB
    • Received: 8.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.