Loading Tool

Explorer IconExplorer

Memory Pool

40,626 transactions
28.32 vMB
0.13869700 BTC
Random Selection Loading Transactions
Max Size: 144.64/200 MB

Candidate Block

Mining Attempt efb15b91ad6129c902b0d1f23812642c1e117d74ed5d5c4cf9f8dbecb7bd4304
Version 20000000
Previous Block 0000000000000000000024b6183bd80aeb2c50feadbe74d837f0ef1fca0de972
Merkle Root f4554a8c55d4017ff516f121aeaec7402137bd2bbf6ddfccce21e32a222690c6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,771
Size: 1.00 vMB
Total Fees: 0.08402631 BTC
Feerates: 102.90 > 8.42 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,632 (233,194 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
681,438 681,438 0000000000000000000d12701e32095d8103ca35ed110d641a2bea5758452922 2,129 1.00/1.00 vMB 16
681,437 681,437 00000000000000000000d03a09f91974b5bf992fb688b9cb68fe746d80242db9 1,712 1.00/1.00 vMB 75
681,436 681,436 000000000000000000086314397d8d2b02b0f6ec9647b30f78b66d15f9b0cedd 2,159 1.00/1.00 vMB 96
681,435 681,435 00000000000000000001c233426aac6314c27c9d80fd632f72fd13bfc7da8200 1,825 1.00/1.00 vMB 154
681,434 681,434 00000000000000000005b765f0df34d67ec9e5b5409ff8713fba5e53d1d08dfe 1,766 1.00/1.00 vMB 75
681,433 681,433 000000000000000000096e64543f3d9e0581e906079dfafa2bd61b86df26ebe3 1,596 1.00/1.00 vMB 24
681,432 681,432 0000000000000000000d288da2f98a09a8db7309b3b111bb85f50f9c51a058ea 1,346 1.00/1.00 vMB 41
681,431 681,431 0000000000000000000278917c5b3ca3c6736200a6a17e7aac0354dbc90c7f59 205 1.00/1.00 vMB 12
681,430 681,430 000000000000000000085478a023e4c00b885ef27ba422af9263984ca4907bd6 1,542 1.00/1.00 vMB 20
681,429 681,429 00000000000000000006212304688a4e81a6577534be983320cce2f115487e38 2,185 1.00/1.00 vMB 84
681,428 681,428 000000000000000000072f2af9e36f9a210dfacaacfe3d9b0983c1c78826932c 1,340 1.00/1.00 vMB 44
681,427 681,427 00000000000000000002f7d248eab95e643eaf02e54644da8abfa7e5c1359d08 2,186 1.00/1.00 vMB 90
681,426 681,426 00000000000000000007541e3ec8f1b03285e981a8e140a2fffdb2e445846741 165 1.00/1.00 vMB 13
681,425 681,425 0000000000000000000741480702cca36b99384c75580e8e0dfd51da5b5e8ff2 852 1.00/1.00 vMB 29
681,424 681,424 00000000000000000000554508dd0b414a32499fe5349a9cf1d6aedb4f5314be 1,368 1.00/1.00 vMB 23
681,423 681,423 00000000000000000005d5acf382bb955cdf0d1a6fcd622a3e0db56f74bb154b 2,087 1.00/1.00 vMB 70
681,422 681,422 0000000000000000000a029f0fc6269e2f65f46d034afe4746b0513741c39570 1,439 1.00/1.00 vMB 16
681,421 681,421 00000000000000000006ebf44b39612df2a746c58fc011489dce4e159c527183 1,181 1.00/1.00 vMB 31
681,420 681,420 000000000000000000027a6fd51f3911f848d92223fda6e6f83ea3403d9a4ecd 2,320 1.00/1.00 vMB 49
681,419 681,419 0000000000000000000706ef96519ea7c7a976b8702ea45e5ae22d04ae5392f4 1,965 1.00/1.00 vMB 62
681,418 681,418 0000000000000000000661f3a79bbfcf3adef9c150d8b4287a51a4ef0b1768c6 2,572 1.00/1.00 vMB 92
Previous 10 blocks ↓
Total Size: 781.74 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: 630.38 GB
    • Received: 12.03 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.