Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,639 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 1,567 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,638 (883,710 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
24,928 24,928 00000000ebddf70010b2afa928410bdebb7d40c8876b0596a02eb51518fdf519 0.00 MB 1 0
24,927 24,927 0000000024d82c717be6d9079168e92bf071d3d401af0eddb99036ee252b5b13 0.00 MB 1 0
24,926 24,926 0000000017876cc77bf3207ae7e25098dbf60baf4acab04f26e1fe7626ac1492 0.00 MB 1 0
24,925 24,925 0000000030957e9cf91c3d1eaeb0cb45c3fd1eeafc0af327bc745c06ec7e1f87 0.00 MB 1 0
24,924 24,924 0000000085762509777016bd542321390513c3838f2e0dab1b36282d65eb24c4 0.00 MB 1 0
24,923 24,923 00000000b1042686f91ee2809ae70d875824e1550b09200e4333cb88a2878f6d 0.00 MB 1 0
24,922 24,922 000000001fa23b2439ad3e440151b12e198e9365e8d56db9f5ae655ae08ed587 0.00 MB 1 0
24,921 24,921 00000000d7f696b1aff59cbb5e9ba1579769bbe5e69682fdaf51c9fc6fb5a9f0 0.00 MB 1 0
24,920 24,920 000000007ca62f74bf5e242b125c524d59cef617149da4e8b699c792e949f553 0.00 MB 1 0
24,919 24,919 00000000a2ece6b5f7f5eb7a977467ce581e9099a60f41b95f8baac1be19f68e 0.00 MB 1 0
24,918 24,918 0000000027eddd68f25249021c5a9a65962aa41646fcaf05a765325e8ab131f2 0.00 MB 1 0
24,917 24,917 000000003e7c0d1b9a50079485ed00fac3f951cd595572bf4bc2c786b2825445 0.00 MB 1 0
24,916 24,916 000000004fc0cc2c0b4ae8b35cd0d433c9f9f6982fcd19d5537bfacf027c0b36 0.00 MB 1 0
24,915 24,915 00000000eb8ba880250b76b1ab7883b5b8bdd208fb3b0f5680fcbd015295f8f8 0.00 MB 1 0
24,914 24,914 0000000006f1a2d484b8037753e18707b3a3f19914485b5938862e8ab2f9cf23 0.00 MB 1 0
24,913 24,913 00000000606dabbfdb39f1bf285392706036dc296b85b5218cf0cfedcf11ec79 0.00 MB 1 0
24,912 24,912 0000000014266c6fb8ce89c41e6e7c166c22ead8172beaa2309c63abef71e0d1 0.00 MB 1 0
24,911 24,911 00000000336c1b81abb28be39f1e4613bf37a911751a7fb2de1e6c32c7e7ad54 0.00 MB 1 0
24,910 24,910 00000000540bf0893e8031e11a0037eab0e2378a49d42e190bf01d225be35a33 0.00 MB 1 0
24,909 24,909 0000000030ba5918be1d725bdb87ce89dd2a62d76693121ef816ec4b6eb76eb6 0.00 MB 1 0
24,908 24,908 000000007fb8e09ff6ba9fe664e1f659407250abe5aa16c08f087b2ebb0bb901 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.90 GB sent, 101.33 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.