Loading Tool

Explorer IconExplorer

Memory Pool

37,321 transactions
25.34 vMB
0.05198227 BTC
Random Selection Loading Transactions
Max Size: 130.48/200 MB

Candidate Block

Mining Attempt bf7457953c5e132d9cd8f711d97917f1dc3d1cb459303817bbc3821c30b83ae7
Version 20000000
Previous Block 00000000000000000000a6a8f5de49fbdec5568798a22c7444a7cf050d6d96e9
Merkle Root aab13e9b93ba8a5a349628ae79fed9af3bbb578877396ab56b404bc779d3a25f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,538
Size: 1.00 vMB
Total Fees: 0.00645373 BTC
Feerates: 100.36 > 0.65 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,767 (416,263 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
498,504 498,504 0000000000000000007211c03a577ff8fe7f47140009c55e8e716da027798d9a 2,599 1.00/1.00 vMB 346
498,503 498,503 0000000000000000000737a9c57e2fe92210543faf744b05a88b98097ad582d8 1,593 1.00/1.00 vMB 118
498,502 498,502 0000000000000000001aaf39fce3b3d5eeb696ebdbe4828b2fd90f73e646335f 1,510 1.00/1.00 vMB 128
498,501 498,501 0000000000000000001f0f909df62aa17c5f7676231b4d0d76b2b1fe04e60a69 2,235 1.00/1.00 vMB 241
498,500 498,500 00000000000000000098fc78e17cae7e47d894816675959118ee4e4b5a4a3895 1,968 1.00/1.00 vMB 365
498,499 498,499 000000000000000000017b5d721814bb90f856718d4d28d4cf66626c2318d7b1 2,047 1.00/1.00 vMB 236
498,498 498,498 000000000000000000253db28b29de01c5d47b8f589ab2e8363839e74be11ecd 1,556 1.00/1.00 vMB 170
498,497 498,497 00000000000000000090999b08e354a4821d1cc424e749279063e028bb3543d2 2,390 1.00/1.00 vMB 166
498,496 498,496 00000000000000000097b85ce18869c753be970a31a7337deb6b128c77ec8f57 1,986 1.00/1.00 vMB 239
498,495 498,495 0000000000000000003d4e111f80bda4dc2567679b3294bb2a4f2359c7d86f9d 2,318 1.00/1.00 vMB 134
498,494 498,494 0000000000000000008af7be2ccd37b055a10f4074458c27f50bef9b7128592a 890 1.00/1.00 vMB 364
498,493 498,493 0000000000000000002dad844d5ca53dd86c52ffc51f79e2edc25f7d22ee238c 1,528 1.00/1.00 vMB 435
498,492 498,492 000000000000000000a42084e9aab35bb77a3dac446f515fdcc974351d463250 2,555 1.00/1.00 vMB 185
498,491 498,491 000000000000000000428f3fdbf906b429906d80d4d429fd0e4e53d9fd42f66d 2,749 1.00/1.00 vMB 425
498,490 498,490 000000000000000000480712a7b96fe4b4735558744c04137018214b38b975ca 1,901 1.00/1.00 vMB 200
498,489 498,489 00000000000000000038f425ec2fc984d9808de20c76ac1413ef9998b72579c0 2,605 1.00/1.00 vMB 112
498,488 498,488 000000000000000000587650fef699653269ca7f51a21c02da7e1d339252a7d2 2,989 1.00/1.00 vMB 269
498,487 498,487 0000000000000000008fc6656dc0af508a95cf230deffdba73f6b2fcec9bea69 2,420 1.00/1.00 vMB 274
498,486 498,486 00000000000000000026ff67d9acb9628b936592c84db5d21f9a03e425ba24cd 2,319 1.00/1.00 vMB 210
498,485 498,485 0000000000000000003fdf9da98f0ff6237ac736258e2beb9f3b9ec8b5aff19e 1,892 1.00/1.00 vMB 142
498,484 498,484 00000000000000000025dfe7e1c867bb81e21852d7b3b15a126839856aa912df 2,263 1.00/1.00 vMB 325
Previous 10 blocks ↓
Total Size: 781.97 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: 647.95 GB
    • Received: 12.98 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.