Memory Pool Memory Pool Refreshing

1,838 transactions
0.78 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,004 00000000000000000002349e0000000000000000000000000000000000000000 0.77 vMB 1,822 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,003 (693,774 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
214,229 214,229 00000000000002d75f7d4d62b20da5f43b175f64dcd9cc4f82d58e46aeaf62b8 0.24 MB 395 143
214,228 214,228 00000000000004aebb6d2f45f5a195c8a4229ade7bf930138a409bc8c29fcebe 0.36 MB 599 155
214,227 214,227 00000000000000fd5fdad366a2f454fa166b5356d42b48e022ba1d7d287375ad 0.05 MB 143 106
214,226 214,226 000000000000038adc5f1bdbe3fc6f40adf8e1ee441103555f6ad4cf29268b47 0.05 MB 102 116
214,225 214,225 00000000000004c4a30c50b8d2b8c13de64dd89001d571c2555deaefd9316d7a 0.09 MB 206 175
214,224 214,224 000000000000026580c1e18f4a40631ffa4bba8256d70ebb5b1ebe3e5f926f33 0.20 MB 488 184
214,223 214,223 00000000000002dcbde0ea78566d57d20be14f2ea924d37bfcd21690d1689c24 0.25 MB 571 202
214,222 214,222 000000000000000e4db754b3fdaa6168e9fe254ca79ba70df45c6f8f6f0c7876 0.14 MB 129 112
214,221 214,221 00000000000000cb6caa6810bd3a9845c371592dcc38a75a866f94ce6e2440c4 0.25 MB 654 209
214,220 214,220 00000000000002d4c9dfa5b1ed6f12a9ecdaeb2ca0f9cf91166250fc7181482d 0.08 MB 264 50
214,219 214,219 00000000000003ddbeed517cfd591daddb6e543bb693b965a911479cbd64743f 0.01 MB 21 206
214,218 214,218 00000000000003ffe3a59bcb601004b876b69e4e06f204b18e9d53e8f62fb005 0.12 MB 166 127
214,217 214,217 00000000000002a3b6cf67c8fdd347bcc09f0854800606b94294a324028a0815 0.27 MB 255 186
214,216 214,216 00000000000001e339db144859d9dac1bca01f59ebbb0a0e46f9bc0b431969d0 0.01 MB 26 180
214,215 214,215 00000000000003048f4492f20dd9836bbdd0f380250b62780f8c21b44a97f8b5 0.10 MB 214 168
214,214 214,214 0000000000000112345177e7aa9b146fc9d7b90177734452a8c954f2fd7ff55e 0.14 MB 141 109
214,213 214,213 00000000000002738401f92e8b6402d2cf49ac8a927a1c0111c3e68903ff6c10 0.10 MB 253 175
214,212 214,212 00000000000003d2d8034f9b59a1e3909cc623da516e9ce7101e01b452d37b2e 0.00 MB 6 0
214,211 214,211 00000000000002b348a424fcd535f71b2826c7d6002da99693dc1c62121597ba 0.05 MB 98 159
214,210 214,210 00000000000000db22d03b6fcf73b0906faec4f2b71981ad84cb5e2ab374ede1 0.18 MB 456 323
214,209 214,209 00000000000003fdfc5dde86c60957877452a8a2bb448de210337f7946458656 0.02 MB 38 160
Previous 10 blocks ↓
Total Size: 769.55 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,648.94 GB sent, 95.70 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.