Loading Tool

Explorer IconExplorer

Memory Pool

52,486 transactions
29.50 vMB
0.08785076 BTC
Random Selection Loading Transactions
Max Size: 158.22/200 MB

Candidate Block

Mining Attempt 3b11a2b701a78b567d1f7118dbb9f1f15425ff195445ef5e2ee40413c307dd5b
Version 20000000
Previous Block 00000000000000000000c82bf1f7d055428156e8d4702bdc0fed9066619a5fcd
Merkle Root 9eaf6a4daf3a587cf5c3af38e76b530e9a0aa3470c46c14c989ebbe952d3647f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,386
Size: 1.00 vMB
Total Fees: 0.01779610 BTC
Feerates: 157.35 > 1.78 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,713 (334,418 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
580,295 580,295 000000000000000000042c0a1e71ddfb8c11354b05420487fd83ad1c1e1b325a 2,584 1.00/1.00 vMB 20
580,294 580,294 0000000000000000000394e02033f530fe9b5b71c63ae81f6f1a6bad44722beb 2,476 1.00/1.00 vMB 40
580,293 580,293 00000000000000000014e09096f3987a83cb248e2291c7b822ced23a31a8594b 2,508 1.00/1.00 vMB 56
580,292 580,292 0000000000000000000defe0acb8764f41280e857a4a4c5a786761785778d19c 2,604 1.00/1.00 vMB 24
580,291 580,291 000000000000000000141807df8439e965dbe80de5abdfa757b7b01fe89a72c2 2,648 1.00/1.00 vMB 46
580,290 580,290 00000000000000000010ee448f920e885610de4d036bb9c4359da1a4813cd684 2,730 1.00/1.00 vMB 99
580,289 580,289 00000000000000000007f6557ae653c28b86f6346f411981b0618ea423ed5ec0 2,792 1.00/1.00 vMB 102
580,288 580,288 00000000000000000015583d17a9c501dffc2d8a0c91fc0d68f529d182782939 2,355 1.00/1.00 vMB 35
580,287 580,287 0000000000000000000a8ae278af1d2766a0aeeedb6b9d1192960f260aed7da0 1,896 1.00/1.00 vMB 51
580,286 580,286 0000000000000000002496e7add86e121aad1acf050ba7c95d4ffe5065540837 2,919 1.00/1.00 vMB 95
580,285 580,285 00000000000000000010abfe08daeca63e5be79ec7d09db38f8629c188c2c8eb 2,136 1.00/1.00 vMB 53
580,284 580,284 0000000000000000001511921c208a52d27812330d8cd237571c94d37399adb8 3,128 1.00/1.00 vMB 43
580,283 580,283 000000000000000000090140fd15b1742f94acf830f3693818c429bf8fbb3106 3,080 1.00/1.00 vMB 63
580,282 580,282 0000000000000000001e641b8bcfb95293104a7616a7cfff2c5f8e8cb08595e3 2,923 1.00/1.00 vMB 88
580,281 580,281 0000000000000000000fb57f6d86ed184ff807629637e51687b3efb6b2bd676a 2,858 1.00/1.00 vMB 81
580,280 580,280 000000000000000000108d20ca1c017c8e33d00497f85347f80bbca80550ee5b 2,505 1.00/1.00 vMB 83
580,279 580,279 0000000000000000001895ae25d29958bf58278569926839509946be90a5ed13 2,540 1.00/1.00 vMB 77
580,278 580,278 0000000000000000000d15ac77696eea2cacbfa1783f91c94a365580ee9577f8 2,533 1.00/1.00 vMB 78
580,277 580,277 0000000000000000000926a3601dfb5012830595ddef8af048960ca34b79e470 2,983 1.00/1.00 vMB 108
580,276 580,276 0000000000000000002123be316852fe12ff17446d71b1a394f1f474bae00f26 3,072 1.00/1.00 vMB 92
580,275 580,275 0000000000000000001a4240ad3356ca6256a1c8e2a657d9c9f88b4d0d0d3662 3,147 1.00/1.00 vMB 128
Previous 10 blocks ↓
Total Size: 781.89 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: 645.08 GB
    • Received: 12.68 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.