Loading Tool

Explorer IconExplorer

Memory Pool

40,911 transactions
27.94 vMB
0.06420396 BTC
Random Selection Loading Transactions
Max Size: 143.45/200 MB

Candidate Block

Mining Attempt 09ce318e998e5add386e9e42ee0cf5951b9f08e53d6217777b990550a08f4d6f
Version 20000000
Previous Block 000000000000000000001575d499d27a6e9805527fd037e437eb755b38e6f4e7
Merkle Root 67c1498f10291718b2362b7b33cfb99412ba9ce95900bb815b478f1e2eac2b36
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,638
Size: 1.00 vMB
Total Fees: 0.01055811 BTC
Feerates: 100.56 > 1.06 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,640 (820,279 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
94,361 94,361 000000000008adb0b9993c2be56cf658b5ff3e44418dc8315dc3709a7fba1cfc 1 0.00/1.00 vMB 0
94,360 94,360 00000000000669de300fb4bb126c218fdb743a35c4505cfb12c829b8c41b34d7 2 0.00/1.00 vMB 0
94,359 94,359 000000000006720da157e4f29bedce846441aa83230a8635eace4620645d31df 1 0.00/1.00 vMB 0
94,358 94,358 0000000000021670c0d1ea2d067dea7a48a6d5db2cfbfa77a712919f73fe4cfa 2 0.00/1.00 vMB 0
94,357 94,357 00000000000008da2258c1f93a8e9ecd9e90c6ae2b4f774eb11ceb204479e00e 3 0.00/1.00 vMB 0
94,356 94,356 0000000000092314a5968b57ebcc5cb434e27ed4e37e0855710ad9b91d3db316 5 0.00/1.00 vMB 0
94,355 94,355 0000000000032d9485414677c25c01c11001565bbf7726e5269e01e5f04105d5 4 0.00/1.00 vMB 0
94,354 94,354 000000000001be664446e8d8d42c143f5471a7e24ffbe25232706b3b7153719b 3 0.00/1.00 vMB 0
94,353 94,353 000000000008cc020fc07080dbdc95567f2cf61243c623a574922045e8a4fc49 3 0.00/1.00 vMB 0
94,352 94,352 000000000005801d818c7cc08dec1cf3a9be06946adeafc8aecc4bd7527abd31 2 0.00/1.00 vMB 0
94,351 94,351 00000000000295a2a8fdfe3812cf1b615951bf032ad753ece407869ebcf4269c 1 0.00/1.00 vMB 0
94,350 94,350 00000000000676e78c7a0128ee94a9bc42860303cb028c78394db7c499d9eaf2 2 0.00/1.00 vMB 0
94,349 94,349 0000000000015e18d4093c8f9ea0aa79f2f820124d0ac1ce00364c0b4e77811f 2 0.00/1.00 vMB 0
94,348 94,348 0000000000070b77df9f4c2d51c4d091d4a2a188d509bf76bdd712ddb057880a 2 0.00/1.00 vMB 0
94,347 94,347 000000000005800afcc576c52e169eecc2b5fbd72f02e6ebff04a4a3148e9002 2 0.00/1.00 vMB 0
94,346 94,346 0000000000063fc39a6ab29c2cf455ba58b6e4d0f766b1253639473c4353f144 1 0.00/1.00 vMB 0
94,345 94,345 000000000004b53e262757094de975e6dd3be58515c46d9e1b414f5ca91c345b 1 0.00/1.00 vMB 0
94,344 94,344 000000000001f30b5e9c844400f0898407e21acaa1ef9f5b20b51b1b4ed4d4bf 1 0.00/1.00 vMB 0
94,343 94,343 00000000000593958717e1cdc262493ed5e27cf06727a3e450670c44f941c3ef 1 0.00/1.00 vMB 0
94,342 94,342 000000000006b547e2f7dbd4939f16e3e5c7286181e9e074fc0e2d79daa0f80e 1 0.00/1.00 vMB 0
94,341 94,341 0000000000091a06e77b9a9939785257da21538af0bd90b1305a0b9192a540b9 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.75 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: 631.73 GB
    • Received: 12.08 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.