Memory Pool Memory Pool Refreshing

2,241 transactions
0.76 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 sats/vbyte 6
2 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,591 00000000000000000002349e0000000000000000000000000000000000000000 0.76 vMB 2,241 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,590 (814,750 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
93,840 93,840 000000000003cf930b0f7503636e1133d2b97c36e33a965f281550bbc3646487 0.00 MB 8 0
93,839 93,839 000000000000650a94fda9202ab95a65ad61ebf5a2441fba84b43078c6a3cdf4 0.00 MB 10 0
93,838 93,838 0000000000065883d5cf2f4d2f16df3d62493ef4ea50ed30f193fc3393d9ade8 0.00 MB 9 0
93,837 93,837 000000000005a95bd60606eeac089fc95b4d5da3a0bed591578006c83749671b 0.00 MB 9 0
93,836 93,836 00000000000214466e54763980e9762687463397857c382026303c6352f06d44 0.00 MB 7 0
93,835 93,835 0000000000075a1024e54b94b8da607893cdd7fdcf27bccb17c76dca45eb2a23 0.00 MB 6 0
93,834 93,834 000000000001c025346d8d726698af32425e1dc8d956050ebcf870e3acc3453f 0.00 MB 8 0
93,833 93,833 0000000000094176e58d4636a7637d3560b4615e14b9822056f3d898cc250f0f 0.00 MB 16 0
93,832 93,832 000000000008bad0a59f0d4e5b0d772a803d216aec5ea9f92a908195a6387001 0.00 MB 1 0
93,831 93,831 0000000000072f775ed58837ee90cddb7701b9b9b576242d55887667b2780756 0.00 MB 10 0
93,830 93,830 00000000000186dd09925907c0a5f1f45f4564604f8f542be7340fa686fe8c2a 0.00 MB 10 0
93,829 93,829 00000000000265e6c3178a18269180cc3e300a1d2c4c8d810bace67a6e49e8e0 0.00 MB 7 0
93,828 93,828 0000000000026d804ef2309f2b4c7295f48b44e8f9e4a46e502a805c44436a9f 0.00 MB 1 0
93,827 93,827 00000000000261af187ab5970ee9d722e72d3343aab40f03d0bbc9b981998e3d 0.00 MB 9 0
93,826 93,826 0000000000027b691e640c732c8fd542c201e943e3e357824ea0962f96ad3cee 0.00 MB 8 0
93,825 93,825 000000000006ea2bdaabdc3afd0f952ac02ab60468294e78b8dfeb1443769a5f 0.00 MB 11 0
93,824 93,824 00000000000088fd140f0a76a30295be2d8848374c74fdb4993d140927a068c7 0.00 MB 3 0
93,823 93,823 0000000000074816bf772ac25df5150d556938987880a63b9f6c1fc3edd4acea 0.00 MB 7 0
93,822 93,822 0000000000066d9e8477670dcf4aec776190109cc13a5c7087bca17fcb0510e9 0.00 MB 5 0
93,821 93,821 0000000000017c9ae4af479c2b70c913efba27655c855178e34663ff8aea22fb 0.00 MB 7 0
93,820 93,820 00000000000482935b2835d2fba97a6e8a5a03570f8c80d410a96b2d969a2b3b 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 770.79 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,849.17 GB sent, 100.96 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.