Memory Pool Memory Pool Refreshing

5,681 transactions
3.09 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,652 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (606,206 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
301,595 301,595 000000000000000055af1b2188895541b3f229068be5ad63c2bc6a9aacbcd42a 0.35 MB 573 26
301,594 301,594 000000000000000069b689122cca2745f383846f1d66d5ef0547b6363dd3c466 0.25 MB 599 31
301,593 301,593 00000000000000000d13a0f8f9b1a7fd1d643c905badd5c029075c1146ade811 0.18 MB 512 90
301,592 301,592 00000000000000003c297ae5e6f7f0865591c0672accf2fa9ff708259929bfbd 0.24 MB 326 19
301,591 301,591 00000000000000002fbfa9cf118f36928d12ac9318c417154ec23bf90681b397 0.17 MB 512 49
301,590 301,590 00000000000000003102b0427594c115d83efd76d926e76d8ca16992f499e166 0.28 MB 439 25
301,589 301,589 00000000000000006fd26e56ae3a0c819eba360ea0563b0e4fccbb1cece77250 0.30 MB 504 28
301,588 301,588 0000000000000000326543a124e5705ad5b11cc1e6e71a7c5d6d86b3d7a1d653 0.19 MB 305 27
301,587 301,587 000000000000000036ba258c5d23de6e09f8cded9655052e7b9345fea73a745d 0.46 MB 759 30
301,586 301,586 00000000000000005f05a4c92f52423791c169cc1eb0fd300a0e707477342b2a 0.11 MB 258 38
301,585 301,585 000000000000000063640cfbe25450bc879ccbf02bfdb485d64dbd00ce5fe9b4 0.11 MB 162 25
301,584 301,584 000000000000000072652ccb55905d5f6676aba8e23af448e7eb23af2fe50e39 0.24 MB 413 33
301,583 301,583 00000000000000000b7ad1bb19fe783c55996cbddaca06d9021ffb46eb41e633 0.19 MB 461 37
301,582 301,582 00000000000000006bd7e669aef50313b08f4d757f6c0aeaf55a7254cae8d6b2 0.07 MB 123 26
301,581 301,581 00000000000000007653e6051d07425300d3dbe3ec01ae1ab29b73b5da8874cd 0.26 MB 526 38
301,580 301,580 00000000000000003f12a167979e1f127f243798baf7103aaaa336871b7a99a9 0.17 MB 170 21
301,579 301,579 000000000000000025ef4fcd94e9a35bc67e9c5b774b24ab9bd95a40da6d0de4 0.27 MB 488 29
301,578 301,578 00000000000000000b03a80be7f67d4a9fb21959386f88d9f1c7237b032fe906 0.50 MB 861 35
301,577 301,577 0000000000000000201e6ab8c854ad4359d4f98e2e9e93c23cf0a6207cbd5031 0.16 MB 345 27
301,576 301,576 00000000000000002e60981a2a430e74af2b7a314c156c6380cafb3033abf196 0.66 MB 573 20
301,575 301,575 00000000000000007348d33acf23a2f49f55928d471feb33085d2e71b5a87f64 0.35 MB 730 29
Previous 10 blocks ↓
Total Size: 769.17 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.87 GB sent, 93.74 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.