Memory Pool Memory Pool Refreshing

17,515 transactions
5.55 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (795,806 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
111,912 111,912 000000000000de87b1db1473b048db4c1fc556a4f7b2dd5abe4c352168145e69 0.00 MB 2 0
111,911 111,911 000000000000dcc80a14ffd96116e8d902166a216acffcf1f19596333f955aab 0.00 MB 12 0
111,910 111,910 000000000000f2b14531dd5678fc4e092887af78c11c212729399df5a219be95 0.00 MB 9 0
111,909 111,909 0000000000001656fe3acdc74a10b055ec6ee1fedb375f26c9c707748b8dbca8 0.00 MB 5 0
111,908 111,908 00000000000121ea0ac9340c93a00f708e4aeaaf3ebf12bb4c7f961215121652 0.00 MB 10 10
111,907 111,907 0000000000001cc93da84bcf951af4b0edf9a0a5d5a45fb1297feabdccbf5f8d 0.00 MB 13 352
111,906 111,906 0000000000011d4a8b715b957d6a2cedd9bf11b244bbcfcaa0743b2075689772 0.00 MB 11 0
111,905 111,905 00000000000029aa0758d22c7211ea73a3a10a45495f6d50460f24c69f949068 0.00 MB 4 0
111,904 111,904 00000000000052376a9d94837af89c3fad244202842f90ac2f71b78638684e09 0.00 MB 4 0
111,903 111,903 0000000000011d9fd391dcde7ed65cb0a91945e12209c00ac033259d3872160f 0.00 MB 6 0
111,902 111,902 00000000000020b0fd2b2200843703a667c0c704697d512750006deb3531f61d 0.00 MB 1 0
111,901 111,901 00000000000090b9068c72a51522b2a1e06166b79fbd7146db402a53443965f4 0.00 MB 1 0
111,900 111,900 00000000000031f0fe681879d1128c556e2a8cdca16ef796fbb855760a466284 0.00 MB 2 0
111,899 111,899 0000000000001c2d06384660e9b7c7fd97ec1cd8733a9f1d75185ddc106a2275 0.00 MB 12 357
111,898 111,898 0000000000011772f263f533827171933cf55d038bd953536d5dc27323d2a1c8 0.00 MB 11 0
111,897 111,897 00000000000106cf584c2279870a6ce464539dd0876bcc48a7fb30a754481467 0.01 MB 17 0
111,896 111,896 00000000000101f84299ea3ac61c9817bc40b9dc1530595adcae05bb3823efe8 0.00 MB 1 0
111,895 111,895 0000000000002dc62da13ce3d741ba1239472748bbb1cca2aa8648cf28b7147a 0.00 MB 4 0
111,894 111,894 0000000000012a01a504c690c9d9ee08be3aff9ee6532b5ddf69868a10580af3 0.00 MB 11 0
111,893 111,893 000000000000efc1de7111c1637fc52563def1c9f2ac8f08a3fbaa2dd32a9182 0.00 MB 13 20
111,892 111,892 00000000000107ceea9266c1fecd95220ce12fb5745848f73cc51230d1f5d799 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.02 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,623.70 GB sent, 92.98 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.