Memory Pool Memory Pool Refreshing

1,158 transactions
0.31 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,748 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 1,150 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (729,483 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
178,264 178,264 00000000000008a756c614102c12c06dfe9bd8f3dca794ba5978b8579c3e8541 0.01 MB 29 60
178,263 178,263 000000000000042dedb3cfd48591ebd0e2aa09d8899405f852d867ec9f5c3cbf 0.01 MB 11 58
178,262 178,262 00000000000005cde8a4962d1ca673e411033e0a39aec8e7b9c2c9dc10292f9b 0.00 MB 9 3
178,261 178,261 0000000000000aef10fc5f9aaeb2fa47dd4cbd103382aae279087453ae949617 0.01 MB 13 397
178,260 178,260 000000000000009a0249bb5042cab6af79dc4efbb9cc59804b013cd696134c55 0.02 MB 62 32
178,259 178,259 00000000000008ee4d6edc118a502e3edface3a615ec93417dfba514972f4fef 0.03 MB 23 88
178,258 178,258 00000000000003d9be26018b66612123ac07e42a1471187ca72405ddbd021116 0.07 MB 42 85
178,257 178,257 000000000000092eb91e23e989543ed6bf635524dd55e4a10385be319fa36ad6 0.01 MB 21 61
178,256 178,256 00000000000000d502550a5fb3160c46ff7c2ade8f6bdb2b07df477ad517fc3f 0.01 MB 28 48
178,255 178,255 0000000000000139ff934ca4189a9cbd808b5127a3a0f12bbb569d929669fb1a 0.00 MB 13 42
178,254 178,254 0000000000000a37a03fe3493e04ba8dc1c8121e1db5735ddd6d518e38ecadfc 0.01 MB 17 214
178,253 178,253 0000000000000ae9881ad80e69d42b03e0b1ced183ae9be200721b2e6c7fdf0e 0.03 MB 50 78
178,252 178,252 00000000000002b6e8acf3d40a51e2de9ab4e8ed0383b40aaa287173b8b76a77 0.03 MB 107 6
178,251 178,251 000000000000006db048f087db453f439822d84d6244127e8f12d95d8be20d28 0.04 MB 103 51
178,250 178,250 000000000000001b8971f01b425c3681b5f0e1bb7b7e264e81d540bdd270937c 0.00 MB 7 74
178,249 178,249 00000000000007f767c57da650734d10fc08c44998a55997655d4726bd2b3a1b 0.05 MB 110 102
178,248 178,248 0000000000000a917558c58cfe18109ccec5b8ddea1d488717ea24d70031758e 0.03 MB 74 157
178,247 178,247 0000000000000823507848511bcb8cfa979ecf56d599eea24312d5b8c17eb98f 0.00 MB 7 0
178,246 178,246 00000000000000485715189da93f227a4f9bd57b9c3bbb631bb4ba615aa0ecac 0.04 MB 38 83
178,245 178,245 00000000000005fe44b67ee71264f526a7de25ee5592d3cd2e54f403fcfdbca4 0.04 MB 107 115
178,244 178,244 0000000000000a97da9b72f9cf3c4dcba3c4f555ea5c622a1838ca3197fe7a53 0.04 MB 127 60
Previous 10 blocks ↓
Total Size: 769.07 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,628.05 GB sent, 93.22 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.