Memory Pool Memory Pool Refreshing

17,817 transactions
5.75 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,528 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (587,854 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
319,865 319,865 00000000000000000ee86fa7b9d0a0aa7f57b70c284e790d5615ea5a388616d3 0.75 MB 1,468 27
319,864 319,864 00000000000000000e68066609710e71975a0cfc1ee9517f88e99115fdd63a02 0.59 MB 871 22
319,863 319,863 000000000000000026bed45aebd43f100a506fcdf286084ccc88ee3288d6ef41 0.11 MB 191 22
319,862 319,862 000000000000000026b10942cd7fb045b78e1099eb79ed30d91440f817972eea 0.42 MB 555 23
319,861 319,861 000000000000000018ff7ac2a80bfa3eb400591e4f8104e4d3f8270392a8bc90 0.19 MB 512 40
319,860 319,860 000000000000000012fd31a476700880b78ace314d9f151f1cd8569480707751 0.26 MB 459 25
319,859 319,859 00000000000000001db5a0b073a2b028c2b76a03849972737fc335e3cddd852d 0.25 MB 368 27
319,858 319,858 00000000000000002176ea57cc72159a90cdf264f393dfc3022ba99756cd9a24 0.01 MB 32 32
319,857 319,857 000000000000000004d716a3cc24cc86cb6acaa42d24bf69d9d4927bda82b756 0.15 MB 309 26
319,856 319,856 0000000000000000178206c498fc3545c1de469635c0f9152a7d982c9cba2dcd 0.09 MB 200 28
319,855 319,855 0000000000000000199a52710105e5014dedee6921ed84c9c2108eb6bbb9b86c 0.70 MB 996 21
319,854 319,854 0000000000000000105f41b6e9c145a8deb63cdf40891ad6e1fcd833aab2aa3f 0.75 MB 1,652 37
319,853 319,853 000000000000000019b8d1be8763d816e49965a59fb0a6a8d35a996b35cd9bc0 0.05 MB 109 29
319,852 319,852 000000000000000026892aa2b9d6e94e3ff2637f2440c60487ad0ff7d81d3c55 0.24 MB 425 26
319,851 319,851 000000000000000027b178983fa566ed4585fcf147e4b1fb65dbdc648d405b2b 0.65 MB 1,156 28
319,850 319,850 000000000000000017acb992a9e60a8c5e47ab6073f3048d4c6558da08cf5236 0.44 MB 914 30
319,849 319,849 00000000000000002329f8e2de15c1fe53cb2e23aeed930a86a7529517cb7aaf 0.10 MB 215 31
319,848 319,848 00000000000000000ba17e69f048a2b854150b94a901e7eb3993a0b41c12bd10 0.35 MB 673 21
319,847 319,847 000000000000000004f9e1446fbce06c81c44e436085d2c4674ad85eb8d9e625 0.13 MB 69 13
319,846 319,846 000000000000000024c4ce56feb3bb82fdca1269f7694d790a845151592d1b0a 0.35 MB 800 30
319,845 319,845 00000000000000000e96c8d17384ea4999562078adcf0353237f9dbe8f0ff97b 0.19 MB 344 28
Previous 10 blocks ↓
Total Size: 769.02 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,624.25 GB sent, 92.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.