Memory Pool Memory Pool Refreshing

6,026 transactions
2.01 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,709 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (703,449 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
204,304 204,304 000000000000043c6386f268d54d27dc1bf0024a0451b5729dcb14cce1121da2 0.19 MB 299 77
204,303 204,303 000000000000005f61333e96f9dcca60b45cf12b3b25ef4d7cac1408ec3afb2c 0.11 MB 232 204
204,302 204,302 00000000000001f0138b9d0ac87a09a6bdac25c9bd20b935e09f3d702a3d649c 0.05 MB 126 99
204,301 204,301 0000000000000456df693329be70cb1399a9a3cb72e622289cebccc26ec1b177 0.14 MB 301 156
204,300 204,300 00000000000001bde555807e9422e54dc827daeb74a69f5f7e6dccb1dbb0af87 0.22 MB 467 132
204,299 204,299 000000000000042c51b7301cd12ac2222006b25eb7e30ca39baed63d904d09e8 0.05 MB 119 142
204,298 204,298 000000000000045e4a90b635d89b261972168b32b0c07d5e5faa0fa96bf88f27 0.01 MB 48 103
204,297 204,297 000000000000002b45d5841e4d442a67bff16bf17a9b3dffe67ca1116d74eca1 0.20 MB 589 160
204,296 204,296 00000000000002f9c0323697adf412972b8a7cf65781ff2a8a66113994f33159 0.17 MB 365 111
204,295 204,295 000000000000014e90132d168c848d16ad764ed827a340142140ce698f0afbde 0.03 MB 68 110
204,294 204,294 0000000000000342a05986a414dd2badc81aa54bab432ee03a721f1f66c05a19 0.17 MB 427 125
204,293 204,293 00000000000000f7a07548dc5754b8460f9ad45996522fc46ad4d44dd391a116 0.25 MB 549 116
204,292 204,292 00000000000005242283a45a64232e81d8a1d1263f9ba8125b7b172680c47eee 0.00 MB 10 33
204,291 204,291 0000000000000504802dc6d88347fb75f91272e63de69ae2b0a41bcc43a3bdef 0.16 MB 435 133
204,290 204,290 00000000000002f4efe42a834079bc0b34b79f15f0ff459ffde5eec119da420a 0.19 MB 488 138
204,289 204,289 00000000000004f577af2ba743870c4d06da82d02082d3fa8d6545f34b216442 0.17 MB 181 66
204,288 204,288 0000000000000270d260ce09d0d806ca13041a739ee7a1961a1e297e30359663 0.16 MB 355 135
204,287 204,287 0000000000000057662547721788ec81b72f79a6e5179ce351f7f164f98cd536 0.02 MB 41 102
204,286 204,286 00000000000003d44f5ae7835a51de0dda013401723f162ddfcfe7f14e062d63 0.16 MB 359 133
204,285 204,285 000000000000010d3b7d5b529ddafaeb97a7a9abcf7df51e87fd81391bde2308 0.04 MB 125 168
204,284 204,284 00000000000002142d25e5cf7f4ac283629b54e389493983afd4479007c4224b 0.32 MB 732 108
Previous 10 blocks ↓
Total Size: 769.08 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.28 GB sent, 93.32 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.