Loading Tool

Explorer IconExplorer

Memory Pool

29,116 transactions
8.81 vMB
0.06792918 BTC
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 57.04/200 MB

Candidate Block

Mining Attempt 483bdb4009f29d4e8de79fb4a28d46553291f482d1f9a56712899981c19dab5f
Version 20000000
Previous Block 00000000000000000000c13069b9329f48223affbf81e7578255b2033820348d
Merkle Root 029b01bd20a9f5e2f127a2e7c091877fae7d1f214cc05e76a925aa59debab12c
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,730
Size: 1.00 vMB
Total Fees: 0.03791537 BTC
Avg Feerate: 2.37 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,020 (673,320 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
239,700 239,700 00000000000000d8ea2d31cf284470c65e05afbcda4862423cdc1d7b704d73d6 0.25 MB 458 172
239,699 239,699 00000000000000844a572d0d99a272fec97ed69261cf145dd0ab0661150c5005 0.13 MB 292 131
239,698 239,698 0000000000000117caffc6187ff161eedc49bbf45c9d632e9a3f0bbdb756006e 0.21 MB 505 222
239,697 239,697 000000000000004683d67472a1fc0961e93137db73d1519fb81859bcd199b9b2 0.00 MB 6 923
239,696 239,696 0000000000000002408e756da8e7298ef6109ebd52197664244fbb52e2cb6396 0.17 MB 372 265
239,695 239,695 00000000000000fe51a1f61786bd0e8b622622c1bfcf80a6deb4cbc63a128413 0.23 MB 461 169
239,694 239,694 00000000000000073bb357ef447dd008b8fe317418a22cfb8bc7038868ecced0 0.25 MB 443 137
239,693 239,693 00000000000000a4e495d933b01f8732045fc379faff549dc86a672f24a35862 0.25 MB 585 238
239,692 239,692 00000000000000cfaf9834b510ca969513cdb21a7ff1b7324aed7a679d5aceec 0.25 MB 672 233
239,691 239,691 000000000000003a17ee4e03bf971d7d61e3072f66ae387807c6afa8f1f2711d 0.31 MB 566 160
239,690 239,690 00000000000000e37a7d34e2b9652604308d7fecd7fd44f3315b641d4f3db686 0.11 MB 158 87
239,689 239,689 0000000000000146663c8f17df54e8f24afaaa3d0b5c163dcdc9add721bdc8d7 0.25 MB 767 311
239,688 239,688 00000000000000684f5c02ed071d549f2f844f50031600df281e1a5920595df9 0.00 MB 3 43
239,687 239,687 000000000000015b8ca5a04a585262cace62911c171bd645014e057e522546f1 0.11 MB 219 213
239,686 239,686 000000000000003fb7a49951b8527392880a676383eca40aaa2d3459a194a3c2 0.13 MB 237 161
239,685 239,685 00000000000000ab6661cdcb6e9cb336f2468380f2692b3851a834f2a746c180 0.07 MB 147 140
239,684 239,684 0000000000000037f783492cee93cfc11454838651c10004bc1f91e3d7eab72f 0.03 MB 32 24
239,683 239,683 000000000000009fac99090eefc3eb84c507592d4b6fb47a3824b11630ec87b6 0.12 MB 303 201
239,682 239,682 000000000000002a545d872ca97c96c7b2ea45a002f238223cc4535e3c92daa5 0.09 MB 168 115
239,681 239,681 000000000000001cee96f0ef7a6252191d330398d12224eca6e8190d112e774d 0.20 MB 409 199
239,680 239,680 00000000000000eeac7f832819d68d340f5659cd9f6f707ae010710e2120430a 0.02 MB 41 168
Previous 10 blocks ↓
Total Size: 778.88 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: 401.34 GB
    • Received: 3.61 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.