Loading Tool

Explorer IconExplorer

Memory Pool

39,295 transactions
31.14 vMB
0.07283316 BTC
Random Selection Loading Transactions
Max Size: 154.73/200 MB

Candidate Block

Mining Attempt 46955a83057cb562d7e28a739c4dfd140763aaf0bebb3309acf93cb0f0920c31
Version 20000000
Previous Block 000000000000000000017a98b1c7d9052f1c2b6b85393b7fa5e5919d663547b0
Merkle Root 874952f03750ca3c66dfc1931816e430961bde0e6f0e6c5ed915ef3ebaea9461
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,709
Size: 1.00 vMB
Total Fees: 0.00890999 BTC
Feerates: 150.68 > 0.89 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,395 (897,974 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
16,421 16,421 000000004a5246ef977047fbd165b55be9e26f03148f438eb1dceabb5e029ef3 1 0.00/1.00 vMB 0
16,420 16,420 000000007a140f4fd77e17833a48259dbc83c33ecf006a548315eabc25ecaf80 1 0.00/1.00 vMB 0
16,419 16,419 00000000ad81d09f5e3acb382b4cdb5a8b68272ccedfaec06e160540755f43ef 1 0.00/1.00 vMB 0
16,418 16,418 00000000f4a9abbe89cd8b918b6f2e1ca7dc5565856a55519ee5da4dea8457d9 1 0.00/1.00 vMB 0
16,417 16,417 00000000adcabaee4bf832bc919e45f008078c90bc805fd81563ceaa319a7bd0 1 0.00/1.00 vMB 0
16,416 16,416 00000000ed6a5344f15fd75ba37307aaf930987838cf7aacb1006a5c7565a63a 1 0.00/1.00 vMB 0
16,415 16,415 00000000b3aea09369262873e5d1e5fde63f0a2703e7af8b356421b859a412cb 1 0.00/1.00 vMB 0
16,414 16,414 000000001ae0efa64423d5e93cf9adca79069b630d5a7caae0ca3325f76e007d 1 0.00/1.00 vMB 0
16,413 16,413 000000006084b7f61ed817b6342c10f7f594bc5ed6752bfbb5741e6cd03a9b50 1 0.00/1.00 vMB 0
16,412 16,412 000000009d5e58f621e49216451a151ee592e746e5982bbe5395b67ed5bf39fa 1 0.00/1.00 vMB 0
16,411 16,411 00000000c8d129bef774d03fc3f731487a8946282061d994a84413c8502ccc2c 1 0.00/1.00 vMB 0
16,410 16,410 00000000c4d87c843f71866f6f92aba98df03dcad981e1b75d0ccc264fd31054 1 0.00/1.00 vMB 0
16,409 16,409 00000000234d48bbc14aa43883a339384ae672082fedf14889e6800a8aa51376 1 0.00/1.00 vMB 0
16,408 16,408 00000000e5ad0214c0cb53dec7fd32a16eb1ccc7851ebd61b6920ffad8701fc6 1 0.00/1.00 vMB 0
16,407 16,407 000000007fee4e7ebe288e558788dd0a96451e2c5c573356a2d9d23d49183b36 1 0.00/1.00 vMB 0
16,406 16,406 00000000ed281d17b397f5efdb4a09c2d0465cce32235446db3f0ce813d30c8f 1 0.00/1.00 vMB 0
16,405 16,405 00000000691c33689db783b9dfba92d64275b9c0720f03da40f90c465bea90f1 1 0.00/1.00 vMB 0
16,404 16,404 000000001501118d74418a4aee34ba97e5bf86199cedcb7bf493a86ec402c6fc 1 0.00/1.00 vMB 0
16,403 16,403 00000000601971887391e5e69cb32d2af5a951cf97b33c3b3079c4b537ab91b5 1 0.00/1.00 vMB 0
16,402 16,402 00000000f6824a04672d343e78901af1f736684f3b62cf3a873d862cd96d7c4c 1 0.00/1.00 vMB 0
16,401 16,401 00000000b246106e430bea62475b7053ae6094689d0c3f151ae876023b31b8ea 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.30 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 598.71 GB
    • Received: 9.96 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.