Memory Pool Memory Pool Refreshing

3,805 transactions
1.26 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,832 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,665 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,831 (68,838 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
838,993 838,993 000000000000000000024d6335b6ee130af31bf68c89d39ce1c6a3a7d82e07a0 1.84 MB 3,293 85
838,992 838,992 000000000000000000012a0a8bbde3328a79513172f61ec6cf7547e6ccfc05bf 1.74 MB 3,656 78
838,991 838,991 000000000000000000028b22980e9f0e3acd771c119a61f9fa8aabbe0df5da1c 1.69 MB 3,752 92
838,990 838,990 00000000000000000000e71fc2b6f441096f59af805433b97203a538403b2909 1.61 MB 3,861 130
838,989 838,989 0000000000000000000072e0e089d8f58204171734673fdeeb024b4b7ea76371 1.66 MB 4,007 143
838,988 838,988 00000000000000000002d43a4b195b41bc2f97a826249fa93c5b6328fe940fff 1.55 MB 3,662 137
838,987 838,987 00000000000000000000193ef3b4c74058a107751566f9f6bbd4fd72f49ec88a 1.58 MB 3,649 178
838,986 838,986 00000000000000000002c6ecf68453bd4cd9c7dbaacc29e234f495ac2ef14393 1.77 MB 4,841 169
838,985 838,985 00000000000000000000fe3a71e46a6b6bf1db7c8537ee468a7528cf3f7997ae 1.78 MB 4,949 164
838,984 838,984 000000000000000000031a657507a61e823ae42eabab25156b9bd36c5c2f0279 1.73 MB 4,438 195
838,983 838,983 0000000000000000000117af2923cd70a7210c65c865dc25f3159a7195590b68 1.71 MB 3,122 34
838,982 838,982 00000000000000000000f943297f25ec88e5cfaae80ca520955d9479ff256ccd 1.79 MB 4,765 63
838,981 838,981 00000000000000000002a6fac84822a171ef78233e5ebdc8f5c761be90f8a75c 1.89 MB 3,860 49
838,980 838,980 0000000000000000000215d4f7ebc86be9a246078d5105dbafa3504f1b81ce77 1.96 MB 3,126 36
838,979 838,979 000000000000000000033999b15cc3c69a1c66b8edfe94f52629d1c3bbc32b21 2.10 MB 3,167 52
838,978 838,978 000000000000000000031f3a21666102f6aaa5a0893d2522e25edff930696bd1 2.12 MB 3,221 49
838,977 838,977 0000000000000000000315d068f01f5dbb94254df3e1d106d81529ed948cfcaa 2.38 MB 2,243 42
838,976 838,976 000000000000000000000a1bc9c6e77e76d5d2e6a06dc00243b0dd020406be4c 2.20 MB 2,210 55
838,975 838,975 0000000000000000000309cd2b6612a6dbf83fb8acaa0b2d554a5c1d5f586510 2.35 MB 576 43
838,974 838,974 000000000000000000020a1245900a8f3d0652a9995022039e64369f832d63df 2.86 MB 1,213 46
838,973 838,973 000000000000000000033a00ef3239c18d4d3e048b9f25ce2ecc10a59d66fdde 2.63 MB 1,862 54
Previous 10 blocks ↓
Total Size: 769.23 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,634.70 GB sent, 94.05 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.