Memory Pool Memory Pool Refreshing

4,118 transactions
1.50 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,928 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (13,132 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
894,718 894,718 00000000000000000001b63e9f75083573c267ea5b0d734890620689c649348c 1.52 MB 2,743 3
894,717 894,717 0000000000000000000247ce34ee564bde25650fec1c8ca8b2e0264488b1a555 2.02 MB 3,257 1
894,716 894,716 000000000000000000008e97a9c12b28495d09214e41656c73245b1e155fc58d 1.58 MB 1,462 2
894,715 894,715 000000000000000000002a2139faf1e177b19c64e273615179aec6563b25a1fd 1.32 MB 1,791 4
894,714 894,714 000000000000000000013c7104486ef1aa53e8ac99b8a8ac02a113b58457ed8b 1.49 MB 2,709 4
894,713 894,713 00000000000000000000eb0ae1714d3ec43cfaac74769f3bcde489daf116e4ca 1.67 MB 3,769 5
894,712 894,712 00000000000000000000e6518eac47199bcf0108b1c7d194b00ef5a9df794427 1.97 MB 1,545 2
894,711 894,711 00000000000000000001d8b33acac318805c49356683f6d07c83ee8bae274649 1.73 MB 2,860 3
894,710 894,710 000000000000000000019ca67e84028ceecf3a520e5724aee03765c051f72d09 3.25 MB 329 1
894,709 894,709 00000000000000000000d890871385521c01bf9e1442184a87e3908dc4ecc98b 3.92 MB 151 1
894,708 894,708 000000000000000000001b1af66eb6522772b62c982f65c9905c14329c834157 2.52 MB 1,442 1
894,707 894,707 0000000000000000000162cdc837cf9766b75672f9ee0035cc0667f17854f6cd 1.45 MB 2,260 3
894,706 894,706 00000000000000000001cfd5ea0b5c897a8a6145bdbff5168b71396d1f54144d 1.75 MB 2,019 3
894,705 894,705 000000000000000000002652d47d6c3528f99581abfdb0d6659da726c258fd7f 1.54 MB 2,102 3
894,704 894,704 0000000000000000000232d8f6b7723c4a2070a1ff770f508aac287a91b05627 2.93 MB 779 1
894,703 894,703 000000000000000000024023fe0ee18c1ace52154c0915329a4b5cdb08bda8cf 2.29 MB 1,339 3
894,702 894,702 00000000000000000001ad0c31308bbd393fa6ec8f8ed8ee937611c9d1d1cf22 2.10 MB 2,324 1
894,701 894,701 00000000000000000001b46235b2cf0082d5605f62303898277e387bc986fef9 1.35 MB 1,252 2
894,700 894,700 000000000000000000007a7845feceafe2369b4b9e1077a105de45295d88c4c2 1.54 MB 2,942 3
894,699 894,699 0000000000000000000058fe1dfe5e058b57d232fdbf3af4a962e1d857a67434 1.45 MB 2,680 3
894,698 894,698 00000000000000000000d358c1fd8eec8ba0edaa23920c3f96b1448e1c7df393 1.32 MB 1,233 2
Previous 10 blocks ↓
Total Size: 769.26 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,635.26 GB sent, 94.22 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.