Memory Pool Memory Pool Refreshing

4,060 transactions
1.22 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
907,796 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,201 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,795 (603,191 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
304,604 304,604 00000000000000002859fbc0f34a422348271a976f80dc0a8a72259dec8fac18 0.47 MB 701 30
304,603 304,603 0000000000000000172d9dd937e24bff93bcd5e82634d50bb9a2bea95e116f30 0.25 MB 543 41
304,602 304,602 00000000000000004a8a6d94e3370f6f5392758b18782f717b3454d2cd088dc4 0.09 MB 245 25
304,601 304,601 000000000000000016a4af2ca70ffdb26f4a8eae5b252ab05940580d154d625a 0.32 MB 511 34
304,600 304,600 000000000000000056d280a5d33e36cca6245c61449f8215b21e07b68bfbbd6b 0.15 MB 323 34
304,599 304,599 0000000000000000381d2a8b63b07142c0ac546dcddd6ba31b3b07e667fcf1c5 0.25 MB 425 27
304,598 304,598 0000000000000000458786bed9b4134268c92838a1f3a9417b947422357b47d3 0.35 MB 1,127 42
304,597 304,597 000000000000000006b757101a7f0a4dd7947690407ab5512246b5ecb79fd7f9 0.34 MB 494 23
304,596 304,596 000000000000000030dcb8c8dcad9c93468bb1fdeb638ab5fd39dadda7693bd6 0.35 MB 1,006 49
304,595 304,595 00000000000000001ea250a0205ca8cff96bd922051ae1b044ceab493455aaa7 0.06 MB 142 10
304,594 304,594 00000000000000001310ed94f0a6e8c37d05418117ed045366e3330aa8c26aea 0.13 MB 210 29
304,593 304,593 0000000000000000454f9fa96c438b61d8fb9ce00107606cd2bb29b9d361f2de 0.15 MB 238 27
304,592 304,592 0000000000000000438d3c2d735fd69eac978c0a9ef6243cb2747d3129a808e7 0.20 MB 150 15
304,591 304,591 000000000000000059d57e09a1b9214dc258c1cd4b4b6ea5744ef0e46b2ed7b3 0.35 MB 837 41
304,590 304,590 0000000000000000189e4f87cb4c387985ef019e4c59389e16d146de4d38fdcb 0.01 MB 34 37
304,589 304,589 00000000000000000129fc44f175e2a8e27aa77869a4169f80bb383fd71f9269 0.04 MB 114 36
304,588 304,588 00000000000000000e694616d535e744cecbcd56c223ef3880ab5705555663d4 0.13 MB 215 30
304,587 304,587 000000000000000045bb47e64c4c8ba78bfbb72f11363c588d985860356439a8 0.05 MB 119 41
304,586 304,586 0000000000000000059df048d8f849ee316f23cf589bb67a7b0b3e02517b13c8 0.00 MB 16 23
304,585 304,585 0000000000000000331e4af56cc2776bee97c56b4a1617054093fa8bd0f09621 0.21 MB 331 28
304,584 304,584 00000000000000001b80b0afbe6f7af1adc56fd1df6c4165b76bd77c720e4a14 0.37 MB 440 26
Previous 10 blocks ↓
Total Size: 769.16 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,632.71 GB sent, 93.68 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.