Memory Pool Memory Pool Refreshing

94 transactions
0.03 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,011 00000000000000000002349e0000000000000000000000000000000000000000 0.02 vMB 89 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,010 (737,331 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
170,679 170,679 000000000000061166b963fb6e9df0db5666d4bcbaaa69fe9f4b9c77dcf2fb82 0.01 MB 27 118
170,678 170,678 00000000000002b93e91f9f51378e6f95a4851ca0b454917036e45d6cec8fa49 0.00 MB 11 47
170,677 170,677 00000000000006c8ad4986924d7ea2120e58bc67f05d2a864c1ce49c5ebd4a10 0.02 MB 26 76
170,676 170,676 00000000000003a9f14aa648387cf0ad689ee5cbf8b6d93dad7e07775934254d 0.02 MB 42 174
170,675 170,675 00000000000006a25f112ee1c8f9857e59fa998a19c6873bdfb8ab62aca3ebcb 0.01 MB 16 22
170,674 170,674 00000000000000bd488cba998be7625e2f910f615642f595c863177ce6c84600 0.05 MB 151 95
170,673 170,673 00000000000000059e8f079529be7ef2b0478b64f23bc35f4ff869adfc22e7b1 0.08 MB 62 762
170,672 170,672 000000000000057da116560f22fbfbe62f365c7b92282a88894065566141a474 0.04 MB 115 55
170,671 170,671 00000000000001b04ce91546a1e4ce03c6c87d2013b28e6de7e663e90eb4a19a 0.05 MB 64 57
170,670 170,670 00000000000003d8e22ddc9a6b3b2226dfe57830d793be012720e74db28bc6be 0.01 MB 27 11
170,669 170,669 00000000000005f7e3ef4a5413c223c1a58d95ffb5127fd0a830a2f0620f1ee5 0.05 MB 60 53
170,668 170,668 00000000000008126bb249951512917c5996c22a05be4beaa1ac3c37f2e8ca1d 0.02 MB 61 14
170,667 170,667 0000000000000b04b5955fa06413bf16c73c19e2c06520f1a50f935ef8c61071 0.00 MB 1 0
170,666 170,666 00000000000002fb7be7e7da5c342743ded57185f5d7e214b7d00513d354870d 0.00 MB 1 0
170,665 170,665 000000000000069f9a95694b579cd44fe63aeee066c5e28c507506da0343e898 0.05 MB 102 1
170,664 170,664 0000000000000253e7e36864bff239f262d71ee59dc1d8e7d8e65d9ce5d8911d 0.00 MB 11 34
170,663 170,663 00000000000005b847befb3a68253fe553dd01802cf07d85180430ae6ec9b3df 0.02 MB 47 13
170,662 170,662 000000000000000e9b102ccaa589898704f0064a37fe2f0cb2ec40c9e24895ec 0.06 MB 64 109
170,661 170,661 0000000000000741e9860a7889a9a2aa4b620affaac897c966d1138bb6eb0e61 0.03 MB 41 263
170,660 170,660 000000000000072e7aee74dfd1e1600f14171c1be3b70912ed12aeb0e9b60de2 0.00 MB 1 0
170,659 170,659 00000000000001eac0e5c4f782a087a1d1416e5ec2396580bcf0df44f46443f6 0.01 MB 17 128
Previous 10 blocks ↓
Total Size: 769.57 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,649.44 GB sent, 95.76 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.