Loading Tool

Explorer IconExplorer

Memory Pool

83,200 transactions
30.69 vMB
0.14437216 BTC
Random Selection Loading Transactions
Max Size: 184.70/200 MB

Candidate Block

Mining Attempt e677ac604cc9c060d998cb26af5f52253e6a4971de8b9a40eb25e530567e306c
Version 20000000
Previous Block 00000000000000000000a7742c03767850b5e62f9bd9da718e9d8018851f9110
Merkle Root e2fbe4836b963c3f8e8a5a29a4b9c29386e9fd0efb09185151f0b9c1ad9c1555
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,355
Size: 1.00 vMB
Total Fees: 0.07955624 BTC
Feerates: 150.77 > 7.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,968 (345,799 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
569,169 569,169 0000000000000000001d784a0129c6190d2a4884865f5feb9ac9030baade1b68 1,651 1.00/1.00 vMB 53
569,168 569,168 00000000000000000022212e25da2d05c51b8c27eb922f9ed8810f6b953615e1 2,596 1.00/1.00 vMB 57
569,167 569,167 00000000000000000015373ef301015ec2c323d1b42174e2e26b5bec9719ffb7 2,800 1.00/1.00 vMB 41
569,166 569,166 0000000000000000000714c8ae667defe344985e273037d06bba5fb837080b5e 2,131 1.00/1.00 vMB 65
569,165 569,165 0000000000000000000399e826969b415b080556eff9b88b0c25aba21780919f 1,189 1.00/1.00 vMB 94
569,164 569,164 000000000000000000062ae14e66e5f2bd0c882023eef889f41ec1442ae3f09b 2,427 1.00/1.00 vMB 52
569,163 569,163 000000000000000000140325f7dbe92de0bcacaf7a2b5d6958320fc89b5a9312 3,051 1.00/1.00 vMB 16
569,162 569,162 000000000000000000236844c9501544222ae6286384fd9bcf4e81c5f47b9234 3,181 1.00/1.00 vMB 28
569,161 569,161 0000000000000000001d18bf096ea3de1c179e4274d28b53e106b8ee5d2c15cb 2,999 1.00/1.00 vMB 17
569,160 569,160 000000000000000000155e7c2a0d86379a8ba1768678597ce91871e437ae8e34 1,135 1.00/1.00 vMB 35
569,159 569,159 000000000000000000068058df708b6495b04b48dde6995b9460af50d5b7d06c 3,266 1.00/1.00 vMB 42
569,158 569,158 00000000000000000010e21f6b0c0e44bdb705a85c44d6abd733946ee82b62a7 3,001 1.00/1.00 vMB 19
569,157 569,157 00000000000000000019c710d214db76cacf8fa47ddea5652167248e691e23d3 2,883 1.00/1.00 vMB 22
569,156 569,156 0000000000000000002625da749d160934db3ee061e5a57941a18755b49b0e52 2,992 1.00/1.00 vMB 28
569,155 569,155 0000000000000000001c5c839ed751bdd0a08b818bf30cf67a82abfacc00ca70 2,513 1.00/1.00 vMB 21
569,154 569,154 0000000000000000000f42bddf56695de5c8dd2a26e02755f7e25745cf47d58d 2,708 1.00/1.00 vMB 31
569,153 569,153 0000000000000000000acdfbfe4fb0027c44686a2dd434f9266cdb1377873714 3,376 1.00/1.00 vMB 39
569,152 569,152 000000000000000000079615b8384e49218f6a270adf8fdf997dc302aaa0cf0c 2,802 1.00/1.00 vMB 61
569,151 569,151 000000000000000000089bae9dc5a629a1973aad526469f2e2bf652f440482b1 2,559 1.00/1.00 vMB 9
569,150 569,150 000000000000000000236132f2615224927a0a3430a52ae5f4dfa5d60356202d 2,686 1.00/1.00 vMB 15
569,149 569,149 00000000000000000016ee27a5f491a7524b78bf989692b64663eb8772b7d80b 2,469 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.33 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: 660.44 GB
    • Received: 14.75 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.