Memory Pool Memory Pool Refreshing

1,327 transactions
0.35 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
2 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,761 00000000000000000002349e0000000000000000000000000000000000000000 0.34 vMB 1,321 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,760 (638,501 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
269,259 269,259 00000000000000038d9dc50d0e18df20e21742b9edb83a12614fff79865a946d 0.15 MB 376 112
269,258 269,258 0000000000000007f7b5f6ce16f6310d8a3c16dc8fde296456e55b3eec5903ff 0.24 MB 123 16
269,257 269,257 00000000000000067216735dfd8c53db58adf33029a6926e6cf140a943914baa 0.25 MB 397 29
269,256 269,256 0000000000000000b10e59637882be4911d12953c1738d34ce73cd02cfc87ebb 0.35 MB 867 97
269,255 269,255 0000000000000006816d9da54b22ace8a4b22058d61c267bd48344eda946ede5 0.50 MB 1,315 60
269,254 269,254 00000000000000082cead10001f72b81e8d6a2617b6718785c277355cae5e174 0.25 MB 634 185
269,253 269,253 0000000000000002956b69444a14fbae8f25cf3cdff9813ce80d7558b6eecae0 0.19 MB 409 74
269,252 269,252 000000000000000365c8a03c377db2d116c35ec02577fd26bdb963c146d906c0 0.13 MB 275 22
269,251 269,251 0000000000000007b7dc239844dff21e69efdaca05552cb7100d6e58a55702e1 0.32 MB 156 13
269,250 269,250 0000000000000003b4c14b0fb8a463695bd681fe71749a9060895aad1140c4f5 0.20 MB 456 36
269,249 269,249 000000000000000442e9492c7ac7129ce1df01aa0d39e0d4437fb9baa8de6ac4 0.12 MB 280 70
269,248 269,248 0000000000000005d0f5198f10da0d71be850b9cdd8235b45b643b2e44f0f5ce 0.02 MB 13 20
269,247 269,247 0000000000000006610c0605c1885e4a2874c1b5c9b15777897e5f8289db1e47 0.50 MB 1,305 70
269,246 269,246 0000000000000001134f531aaf323742f6c23de1d75b475fce176c7fb1458f92 0.25 MB 512 202
269,245 269,245 000000000000000671473b825cb4988a713c4afa115365b6193d51d898a02261 0.08 MB 148 63
269,244 269,244 0000000000000004d2c6f93a074557e8c1ac30a92df1b389a14a8062c271dbee 0.05 MB 130 43
269,243 269,243 00000000000000042c200aff1a34d2143bf67aa3bd296b9bedde8cd185e02a12 0.21 MB 528 82
269,242 269,242 0000000000000005c3a144a7523cc519d40940c6f53193e2d552abebb03d9b16 0.15 MB 358 71
269,241 269,241 0000000000000003c3095cb8e7e25a516e8eef8314a20a2e68ab7df7d567a8db 0.05 MB 125 70
269,240 269,240 0000000000000004f6651f4b571f33e86d8f7022eb8c6e3977d29027577dc7ee 0.18 MB 388 48
269,239 269,239 00000000000000018191fd44c07a8a688daec4f79e9f860bea76b2cc6e0f9cbc 0.21 MB 431 73
Previous 10 blocks ↓
Total Size: 769.09 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.51 GB sent, 93.37 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.