Memory Pool Memory Pool Refreshing

5,345 transactions
1.99 vMB
Show Random Selection Loading Transactions
Max Size: 12/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
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,064 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (729,774 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
177,956 177,956 00000000000005d86b3b6fc40fd68c8c62f5414882f2c045cd3204b3f908b4c4 0.01 MB 26 46
177,955 177,955 000000000000061c87cd979d08b6f7288aee66adee6b31ce9bdd2f030781df5c 0.06 MB 106 98
177,954 177,954 00000000000000fad3e8f99d416f79f0f516194c27208c78295ba896af3a97e0 0.00 MB 1 0
177,953 177,953 00000000000008f95f7ebbf93c2507713db357e9e2fa75f7a93d91912dbdc041 0.00 MB 1 0
177,952 177,952 0000000000000a2aa695f527edc65ec51cb9947189a3642107fa565f106b92b5 0.01 MB 16 51
177,951 177,951 000000000000008590458344b2d2489ac2991c076c4e72c8e397ddf92e59696b 0.00 MB 2 193
177,950 177,950 00000000000006bbc5c26c56b049024350d93c55127b8c35bcf75e4b67377166 0.00 MB 7 45
177,949 177,949 00000000000004a9d504a512635bfa6189f513126bba612cf27991d15c2f7b48 0.03 MB 18 42
177,948 177,948 000000000000067b6f5b2e2fe2f6c79d8149f831b264ddb6a7097dc2892b624e 0.02 MB 59 124
177,947 177,947 0000000000000a02d376012d5568fbd8943634812011e181c6f9297ca8cbbaae 0.05 MB 157 33
177,946 177,946 00000000000005a40192236a17e150d03994d2b13e6f712040d06033a5639ac2 0.03 MB 71 13
177,945 177,945 000000000000066665ccad5aa74b1b2582454d3196296558c0c47c3a629c8555 0.09 MB 116 242
177,944 177,944 000000000000000d3dbfbd591370413d745c0f16260546ed25d5010172296e24 0.03 MB 66 67
177,943 177,943 00000000000009a9e502102869c33d1cbd137990a448f2c8bffaaea4e50d8836 0.05 MB 98 90
177,942 177,942 000000000000054aec3f19699551915a9b470f121be418acd61912553da3a318 0.01 MB 22 12
177,941 177,941 00000000000004db8105e4fbb9191c766e289d29692490a1829c219cde50a2f2 0.02 MB 42 68
177,940 177,940 00000000000005c9373a846f86e3e8bc769e5a43ecd5d7fffe8c704b94c51cd8 0.03 MB 102 144
177,939 177,939 000000000000029becd0695a3b5d4ba6ecf67aa62a6bf02508e0817073866059 0.02 MB 34 57
177,938 177,938 00000000000008c91d1d8f2ce452d10182b273f55b126370c56c51e3ae1b4261 0.03 MB 55 169
177,937 177,937 00000000000001979cba6beeaa8da68b20a4be2fc832dd1ec3582329567fc8c4 0.04 MB 85 119
177,936 177,936 00000000000006ad5f2ae09d9f574aa4740a17265fcca97682358617f3199143 0.04 MB 76 213
Previous 10 blocks ↓
Total Size: 769.04 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,626.26 GB sent, 93.06 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.