Memory Pool Memory Pool Refreshing

1,843 transactions
0.55 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,817 00000000000000000002349e0000000000000000000000000000000000000000 0.54 vMB 1,811 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,816 (605,342 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
302,460 302,460 0000000000000000321cfefeaf80a00d5943196dc3aaba0f503cb357ec584446 0.38 MB 440 21
302,459 302,459 000000000000000063f6e37d74d7949abe875edfa2d0fa6a8f04b7e23f9087c4 0.35 MB 517 22
302,458 302,458 00000000000000004f4aaa72f16ebb68d59bd91c3f3f0d0d8bc02584d0a833e2 0.35 MB 737 36
302,457 302,457 00000000000000001d1e01415b2d884081164cced26502e4ff4657eeae1a931d 0.25 MB 782 53
302,456 302,456 000000000000000068ccfc8a7c75d5bfb51a7bdf60964f6eeba76f00fcf538e7 0.19 MB 391 30
302,455 302,455 00000000000000004da0a8269a63b890f9df35269894443d3a1bd1b63e55bf3c 0.17 MB 336 34
302,454 302,454 00000000000000003f7f9609cfdc48f8a719b542e3b26f6b774a861ed53f3113 0.23 MB 420 30
Previous 10 blocks ↓
Total Size: 769.19 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,633.70 GB sent, 93.90 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.