Memory Pool Memory Pool Refreshing

3,674 transactions
0.98 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,817 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.97 vMB 3,659 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,816 (676,409 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
231,407 231,407 00000000000000390395b0b6dc0a09c6843aae3a9e6af17aa2d99c0953624b0c 0.10 MB 200 258
231,406 231,406 000000000000008b10e1aeedc1d65f7130b89de90b2d3d4a8c0e8cbd26d09926 0.16 MB 358 227
231,405 231,405 00000000000001d3ab27adc0aa71994327c5041ada822695c96f440c7433271d 0.14 MB 261 210
231,404 231,404 000000000000002382d776bc03a3501df9c57f2b32cc7335bf93bcf3a7fc0b1f 0.25 MB 345 144
231,403 231,403 0000000000000020095e1b412286db4211b125289f07a62a6f634caff16fe9dc 0.25 MB 634 184
231,402 231,402 0000000000000000d11c57ee16cc9f860cd835a8f3c25733546118de6ca07f42 0.14 MB 169 116
231,401 231,401 000000000000012f1ef8d12f69465f70ab21fa7c258e73dee7ab4fe7d745fb30 0.10 MB 151 130
231,400 231,400 000000000000017cb38ee4dd9f2c944ec28ad9fa9a5a5d1fa07bb248482801ef 0.00 MB 1 0
231,399 231,399 000000000000005aeed77245faa3c54e216c3abf915c98f446424c08a1afe4de 0.18 MB 260 155
231,398 231,398 000000000000011e69421f6b349e5ff9489129d4872ac8378b5865a52d732e9d 0.04 MB 92 178
231,397 231,397 000000000000000fe1eccef0aa1f4c7f1e412c7193161cd588f53e4782da237c 0.01 MB 26 99
231,396 231,396 0000000000000110caab6e54af5e8a2e3c62992a46cce98ce8ddaf8aae972cd6 0.13 MB 323 243
231,395 231,395 0000000000000152d9396c05fbfaaa58a2c1e7cc799f54adb82c7a1972bea874 0.11 MB 261 187
231,394 231,394 00000000000000df0e4f6310aac069c6b546e64e94aae2dbc492f4f2961b03dd 0.04 MB 49 142
231,393 231,393 00000000000000fe92e65dcd81ef4e45182d0964a405f1f22729832a9257bf5a 0.22 MB 287 29
231,392 231,392 000000000000007e0290c37f24979f35b729d794dff26f10563f975d0ce1f8a9 0.25 MB 610 255
231,391 231,391 00000000000000887606838803d1271cec6c3467d4064f542745949282c084d0 0.11 MB 255 170
231,390 231,390 00000000000001bb554d2098edf19fab116b623572bb1087bd4d9cd2288d1f8a 0.17 MB 388 214
231,389 231,389 00000000000002183b90fb053de9d0549495b6a456f3401f6359df8df5611de1 0.13 MB 253 182
231,388 231,388 000000000000001f115924563f2a1c0296efd1fe77fa762fd06954e11680bc3b 0.08 MB 154 158
231,387 231,387 00000000000002198983ae70acce46b4051f230a6fbbf44dfb0130b2b20c18c4 0.17 MB 375 192
Previous 10 blocks ↓
Total Size: 769.19 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,633.71 GB sent, 93.90 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.