Memory Pool Memory Pool Refreshing

6,482 transactions
2.67 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,098 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (591,331 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
316,492 316,492 000000000000000004861ee760fe1f328b3e34cfa2db5ab94174d3be0a0ac2d1 0.04 MB 80 40
316,491 316,491 000000000000000022cc239d34465f4755c415b1071aff2072bec56e5b1e59e7 0.31 MB 460 21
316,490 316,490 00000000000000000f3463debf697f23979bf6277acba5eb3e90fbd9bc7184ef 0.34 MB 399 21
316,489 316,489 00000000000000001ae83b975ea0289014e9549feab3c321aedc77817c6f2333 0.93 MB 1,877 42
316,488 316,488 00000000000000002cda41f92c334dd938c4d9a4380a07b101af2fbaea0823ce 0.11 MB 187 20
316,487 316,487 00000000000000003148bd927a837eec6fda88ae623ca72aab7ade69ba85dbbe 0.54 MB 1,202 31
316,486 316,486 000000000000000022ac26b0d983aeb0a57a877b4b604ec5f681d8868ff96899 0.36 MB 766 32
316,485 316,485 0000000000000000254ea1be6ded6fdafb931f9351e6e6e2b9279302ae333a99 0.22 MB 461 28
316,484 316,484 00000000000000000da89925c37388006a782bc6ff7672dfd659277345b23734 0.29 MB 538 29
316,483 316,483 0000000000000000287ff8ae002416ba7ff78069170a99421f46f1e8575065d1 0.22 MB 421 28
316,482 316,482 000000000000000016eaec7a06ddd2efb1dc719fe817f085c31d31913dcf40fd 0.48 MB 1,017 32
316,481 316,481 00000000000000000576995ad0b534c23695492fc0e64450c6008ed932d71c58 0.07 MB 163 26
316,480 316,480 0000000000000000110256506b75fc76d1e02212138697f6674a957c01cf859c 0.16 MB 269 25
316,479 316,479 000000000000000013e646bfe490e81b24b7f944463584ee12cd58093a8789f6 0.27 MB 401 21
316,478 316,478 0000000000000000080f8ffd7efd5477a32a1c5c27d94b6844a6b5f5d60923e9 0.35 MB 902 288
316,477 316,477 0000000000000000081ab5a674a59761b5d4cee2faf510b16f720860b6146068 0.04 MB 101 28
316,476 316,476 0000000000000000074776ca1b36072772560784314b364111e6001abc975652 0.09 MB 191 31
316,475 316,475 00000000000000001ef4b48774a01dab5968ea06807303df8a7bc6bf4f422b56 0.20 MB 204 17
316,474 316,474 00000000000000001ac5280b667103616575de5b87f42b4956d7551053c50f92 0.08 MB 256 42
316,473 316,473 00000000000000000f1e3aeb8d16e578832798c4392ef682dfabb13dc659be68 0.26 MB 461 24
316,472 316,472 00000000000000000b3803eeed357886a072f567940b9fefeb745fcd872aac99 0.04 MB 72 24
Previous 10 blocks ↓
Total Size: 769.21 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,634.38 GB sent, 93.99 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.