Loading Tool

Explorer IconExplorer

Memory Pool

31,424 transactions
24.72 vMB
0.06449327 BTC
Random Selection Loading Transactions
Max Size: 134.90/200 MB

Candidate Block

Mining Attempt 9aae22bc5bae66ea773b6800390b6b187f0537a4ab02d01ff982e472b04cce03
Version 20000000
Previous Block 00000000000000000000b8fc5071f5c499b5076d55f7f0667fa87303dd1b61c8
Merkle Root 8e380caaa918b557e3d9e5d033d5c2cb622c2726a5bd028d1abb5ed3c22e76f2
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 3,433
Size: 1.00 vMB
Total Fees: 0.03363998 BTC
Feerates: 201.37 > 3.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 939,279 (11,773 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
927,506 927,506 00000000000000000001845282c84575655227eab93b20c82202a951728c624b 3,535 1.00/1.00 vMB 1
927,505 927,505 00000000000000000000ead5ff07fd0e5083730a3cd44ace0a62b1976c5cffa7 3,130 1.00/1.00 vMB 3
927,504 927,504 00000000000000000000a070d092475a69476a6dfdc9bad1a12e8dc49aef0515 3,227 1.00/1.00 vMB 2
927,503 927,503 00000000000000000000215ba9e665bd5cd2aac6dd4a57430a7b22b2e012893e 2,195 0.67/1.00 vMB 3
927,502 927,502 00000000000000000000a6df4473adc5a171ad809e3ffa823eed8d73e7a4012e 4,048 1.00/1.00 vMB 1
927,501 927,501 0000000000000000000161422a0d825efff5e6f81c6d99e54d6f44f2c34a6000 3,963 1.00/1.00 vMB 1
927,500 927,500 0000000000000000000100bc07c61e5b9423125b2dd4747960865f0caf91d736 3,198 1.00/1.00 vMB 1
927,499 927,499 0000000000000000000101a22c91c657164cdd2a1539bdcf6a3746b12ba12fb2 3,694 1.00/1.00 vMB 0
927,498 927,498 00000000000000000000d707493a91744bac095a4afcf9f16dcdbf5513d662f5 4,190 1.00/1.00 vMB 1
927,497 927,497 000000000000000000018ebcffea8c090ca765651d1110d2fa4ee2dd0d98d5bf 2,106 0.86/1.00 vMB 2
927,496 927,496 00000000000000000000188fbee350aff957f3fe981e7620ba0389582b19381b 3,333 1.00/1.00 vMB 1
927,495 927,495 00000000000000000001481c7431fc6f222ff7ae020d1133963c08520c7f7d38 2,475 1.00/1.00 vMB 0
927,494 927,494 000000000000000000005d1d659015176df304bbbfcf515d6ac33181662f0229 2,249 1.00/1.00 vMB 2
927,493 927,493 00000000000000000000396c1530d9296c4e4c065d737b586f91ad56281d9ad3 3,585 1.00/1.00 vMB 3
927,492 927,492 000000000000000000008783da8085ff6d93d754f1a53f7310b4d04f8fc5c01c 2,487 0.79/1.00 vMB 2
927,491 927,491 00000000000000000001ae5080d16156fb67493d23cc28fd5d7e3633709a267b 1,659 0.47/1.00 vMB 2
927,490 927,490 000000000000000000015e0bb0baf2b06475fdb53ab6526e427aa52f57f4f420 267 0.06/1.00 vMB 2
927,489 927,489 00000000000000000000dc9a0ae13ae8f9370f16863c0b0b55344f74d5117c4b 2,752 1.00/1.00 vMB 1
927,488 927,488 00000000000000000000eddfc21b6c83c12e33e08bdd247effeda84b39e0c7b1 3,074 1.00/1.00 vMB 3
927,487 927,487 0000000000000000000022f3f467d35cb3b0934fa0fb3c55c7ab67afb2ffdd65 182 1.00/1.00 vMB 0
927,486 927,486 00000000000000000000eb423a096c9ab74c435e05d0caadb2694c8bfb7415eb 4,394 1.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 825.41 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: 4,247.01 GB
    • Received: 233.53 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.