Memory Pool Memory Pool Refreshing

11,350 transactions
4.79 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (556,738 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
350,985 350,985 00000000000000000fea014af24b94827b0b2aae5923c29df3db5659eabf911c 0.75 MB 1,155 34
350,984 350,984 00000000000000000a4514f73157a104c596b887588acb4b1e3065255acfa12c 0.75 MB 1,485 28
350,983 350,983 000000000000000000fc1bb681787a4fc204e2ffe54c577854d87cde06da3d9a 0.00 MB 2 0
350,982 350,982 000000000000000015a93afc2b5bf2e603983fc0e33c3bf69df215f79ddf9b2e 0.75 MB 2,123 39
350,981 350,981 00000000000000000cf1c5b2dd45b2a7f0fd3a1463f05033e84b94926d479725 0.90 MB 781 18
350,980 350,980 0000000000000000012310678e578e3629f84bd6a3ac660cf9804f3de90f50ba 0.75 MB 2,167 41
350,979 350,979 000000000000000014898669e56410df5091c0c1e757202c0e433ce0c4c83e88 0.27 MB 440 23
350,978 350,978 00000000000000001155169067bbe8193535259533993dfb981e14748f5da2fc 0.28 MB 506 23
350,977 350,977 000000000000000001c4cf9845343031d82724c756dc7490cc05540a96fbe91e 0.26 MB 440 23
350,976 350,976 000000000000000006a8e092d397878da427b14d442d4e15b7670c1d6a591742 0.77 MB 1,317 14
350,975 350,975 00000000000000000b60814efee5044cdefeeb444f149ce5a640afc471d291e9 0.75 MB 847 17
350,974 350,974 000000000000000010e7a4d60b80daf09d2672ba2085e24fb866d269a54eefdc 1.00 MB 1,361 23
350,973 350,973 0000000000000000014fe5ccac116860c1d49381d6a6dbb004179716d647e99f 0.75 MB 2,068 45
350,972 350,972 000000000000000007f44c0eefbff7714980804a823131f6166b357d5fc26b24 0.75 MB 997 23
350,971 350,971 00000000000000000f90859397b275f20c282483310b73c403d0f7df3358255a 0.75 MB 1,598 29
350,970 350,970 00000000000000000a2c2a13de8b65caa03c8d85ab4e12397d8b08754a06f327 0.75 MB 2,150 47
350,969 350,969 000000000000000001439397f7bac43b9d84ae962c10f88506aec9e4a751e295 0.81 MB 1,571 25
350,968 350,968 000000000000000013ce0301e739ca700b129c4ccf36fcbc63ff15baa14abf2f 0.28 MB 376 20
350,967 350,967 00000000000000000c400bac8e8e80ddb82d7872ba884326153ee82d8f713f03 0.37 MB 308 8
350,966 350,966 000000000000000010356e36b70da499087cea373535d9f6c89e78b6c56c077d 0.48 MB 988 28
350,965 350,965 000000000000000006464b8a47f1e3b59566f854d1f7944d86045416b0738fed 0.28 MB 551 23
Previous 10 blocks ↓
Total Size: 769.03 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,625.11 GB sent, 93.02 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.