Memory Pool Memory Pool Refreshing

7,335 transactions
3.39 vMB
Show Random Selection Loading Transactions
Max Size: 20/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,697 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,114 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,696 (889,097 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
19,599 19,599 000000002e4773133d795df9e546fb56935074f80f764ba6fe607691c67734b6 0.00 MB 1 0
19,598 19,598 00000000ba118aed88d8cce52a5460aa404f97f45b5dbe9afa84e5a135278924 0.00 MB 1 0
19,597 19,597 000000005863344b97be86aadd180765d4b9a4afcacf2263fc00dcec8b5f7f46 0.00 MB 1 0
19,596 19,596 000000005b10d99e49934f3e8aff5ed57365f1b335bc9bbf84d57cfaa2199737 0.00 MB 1 0
19,595 19,595 000000004aeb6278503becd93d8f7d20dd512856d9078f3f6415aa936e5ab6b4 0.00 MB 1 0
19,594 19,594 0000000071c5d6733d7370dc6e37f59c44327407be8099e7b6bdad74ec4a8973 0.00 MB 1 0
19,593 19,593 00000000c4125a1730e8fc3efd3aba569b99fa2ddfca72990ab48797f0216001 0.00 MB 1 0
19,592 19,592 000000004a53176dc7d418800359f0aba65b1a5504286ce9308e20dae399eb45 0.00 MB 1 0
19,591 19,591 00000000dea3018687b16ca82153bb99cdfb1bdf79ba8f945a49d371c5c92fa1 0.00 MB 1 0
19,590 19,590 000000008b5666f1a2cc7e983815ee9d7b3ce5e337cf6fd30f6d015bfff3bf5a 0.00 MB 1 0
19,589 19,589 0000000006509e7733f6e814f27dbcf19dcba15ac2382ea9d098b45a9e998581 0.00 MB 1 0
19,588 19,588 00000000b6b67af0b72b64fa1c9ee8818296a3149b9c157c55680fea14b33eb8 0.00 MB 1 0
19,587 19,587 00000000e165ed0f4a9694ad940520e20863cfcca9f42b059cd4bc319dfa2718 0.00 MB 1 0
19,586 19,586 000000002a07a9243fc845c539653c0fc80c807ab9cc07b5337acd54e66e7433 0.00 MB 1 0
19,585 19,585 000000008b4c7b4e361cab24aed7fa07e7218c9f666955ddb3e29f7dae9bc954 0.00 MB 1 0
19,584 19,584 000000009badd4543aa675b1525622b2f9bc489bf0c3a365df3126777be1f388 0.00 MB 1 0
19,583 19,583 000000006f4ca8453ce5081c24b845f3b5292c9cf5abc7f9e3d1fd27527e84e3 0.00 MB 1 0
19,582 19,582 000000003436ec9476dba5fb5b2c76247daf7d5787cd7a83bb8a5d718c46e8b2 0.00 MB 1 0
19,581 19,581 00000000740fd4289724e6fabaf81d5447a910af08394d6a6aa501e1b794558e 0.00 MB 1 0
19,580 19,580 0000000069f4a4eea35daf930e924dc68e480ce295e4c5ab642db1997f1c218f 0.00 MB 1 0
19,579 19,579 00000000f8981b55268d8574a52897641c48240a5f2aa177a914a748b861daa3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.00 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,854.30 GB sent, 101.94 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.