Memory Pool Memory Pool Refreshing

12,553 transactions
3.65 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,715 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,098 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (605,233 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
302,481 302,481 0000000000000000051546a324fcd6f4da154193bc9debc65cfb2186b2360f94 0.05 MB 53 19
302,480 302,480 000000000000000020f595ecbe388ff36a49002e6822cc8d0651ce90fd7debc9 0.27 MB 370 25
302,479 302,479 000000000000000022698c564b596613447648c5f13241015803da48c273e21c 0.18 MB 270 24
302,478 302,478 00000000000000005b7ef19fe1498035690b69380a6dabea19bfcded3f4f8017 0.17 MB 174 21
302,477 302,477 00000000000000003715d197feb219c10e852265ad2d15d4b1aa74d7a15fc9d6 0.35 MB 608 31
302,476 302,476 000000000000000048a4f464560f8c8057095265cc4838a29d43350e505d5c85 0.11 MB 107 13
302,475 302,475 000000000000000034b85f14b08afc546dba3d5ba312a167f1a81b4d81c8afc7 0.22 MB 214 17
302,474 302,474 00000000000000004b93d7979ff46e587e9d82575b2ef6a7211cff7433deb32f 0.50 MB 902 29
302,473 302,473 000000000000000002be562d89ee55c355722ddc4ddd92b288dacdf4be9afa78 0.25 MB 739 46
302,472 302,472 0000000000000000583ea59456f048270d34ca30ad7461ddba023c0e760ebdeb 0.05 MB 99 28
302,471 302,471 000000000000000059a83b75fec0a374d5e33e8e26ac7ab0b7a09f1d921f4f78 0.32 MB 399 21
302,470 302,470 00000000000000004f785f2d8d0d6050fe8578b2063b8c4e9a7f81ceee5f1615 0.50 MB 946 30
302,469 302,469 000000000000000011912f4a878662f5de7691aae178474c166ee6d9a4754ced 0.16 MB 133 21
302,468 302,468 0000000000000000662a3b715a0a57d7fe7907541584862d2a44afb989291b05 0.25 MB 252 18
302,467 302,467 000000000000000041e9a1c02c0cabc0bc6bd111479c0b6c1eb0349092e16d48 0.25 MB 694 48
302,466 302,466 000000000000000022c035aef6c0c444d2c2283bc6be376ce7ede110869db409 0.08 MB 168 31
302,465 302,465 00000000000000001fe976319a426fdb587ddafec1aedc402c6e1c4edac39773 0.17 MB 201 30
302,464 302,464 00000000000000000e8754f04b8dcab47e2bf4535828f344b029ec9be062f696 0.03 MB 38 24
302,463 302,463 00000000000000004798c599383fa2530aa2cf7a91d406919c47acf52b812330 0.01 MB 21 19
302,462 302,462 00000000000000005d73ca9d8fb7d5bcf97ed84fcfd074fe74148f53da9114ea 0.09 MB 185 30
302,461 302,461 0000000000000000233fa48126785d3518a6d35d670a2f02ef2e7edb1b0692fa 0.18 MB 281 26
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 112 incoming
  • Data Transfer: 1,621.30 GB sent, 92.91 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.