Memory Pool Memory Pool Refreshing

5,695 transactions
1.90 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,698 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,858 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (49,492 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
858,205 858,205 0000000000000000000245a8558ce97bada5bd827f6fbdc3521549085631ae11 1.58 MB 3,677 5
858,204 858,204 00000000000000000000a8934ae9f0e6119ffcc4e4526421cc96a020718333c1 1.66 MB 4,619 5
858,203 858,203 000000000000000000017ef0da5e23afb12a31c5086490a4c8e69e6ad11e8900 1.65 MB 6,284 3
858,202 858,202 000000000000000000022f7c939393f48b046f4a1d8c70d5dbf2c33ecf1f64f6 1.89 MB 5,658 4
858,201 858,201 00000000000000000003043c6a561773ff1fb054b06b474ae8ca20def935ec35 1.48 MB 3,901 5
858,200 858,200 00000000000000000000bad41196f2e12b7f0a9867a2d366e07daf02d70763cf 1.69 MB 4,001 4
858,199 858,199 0000000000000000000061bd82f9b04b030752ad0065ce0809d2ff94d7f63363 1.55 MB 3,277 9
858,198 858,198 000000000000000000012b9b2a50db0af2d64235e6e3ec0b78fa83948f90632b 1.73 MB 6,809 3
858,197 858,197 00000000000000000001a65aae0ea23cfe9a8a5be022f8bb303029b70d899685 1.57 MB 4,609 4
858,196 858,196 00000000000000000000c405360456132179387c1878d4a9b332ab8726261c7d 1.65 MB 7,696 2
858,195 858,195 000000000000000000030dfb0862d791f71fea73fd66a2c05bbd19b6c565bffe 1.62 MB 4,937 4
858,194 858,194 00000000000000000002936673e0dbc1568911627ff94b316ca70044903562f0 1.62 MB 7,069 3
858,193 858,193 00000000000000000000b293e129d3344e445f55d5f9046fac32c747bc0569ab 1.45 MB 3,164 5
858,192 858,192 0000000000000000000288295f97a19f7ce9dab86e1de9e4f0c3387c43b9b5b5 1.68 MB 4,682 2
858,191 858,191 000000000000000000007bf66eddf7f8b495d836f2b9dcffa4cae368928951df 1.52 MB 6,646 2
858,190 858,190 00000000000000000000586775825013f2f56d148caf5465b25f21ad83fce277 1.66 MB 6,020 3
858,189 858,189 00000000000000000002e430131e8077bba8a73c051f007d6fd7811b097924d2 1.55 MB 3,314 5
858,188 858,188 0000000000000000000124266c2f4743d6a791950680477a529d6b7bd6bbca30 1.67 MB 3,209 4
858,187 858,187 00000000000000000002cd4d698272b0ae00468368afd1d7f9feb6337104fbda 1.66 MB 3,943 4
858,186 858,186 00000000000000000001b0ad9afa1e8a837b6373ace2a7c328832aab5d65a07d 1.84 MB 3,604 3
858,185 858,185 00000000000000000002f365c3013d5a2194e4326d6d5b2675ce551af628549e 1.63 MB 6,675 3
Previous 10 blocks ↓
Total Size: 768.98 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,616.00 GB sent, 92.71 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.