Memory Pool Memory Pool Refreshing

3,947 transactions
1.08 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,097 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,660 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,096 (717,686 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
190,410 190,410 0000000000000455439772c1c224f6e93dab4f036bf65308746f915a4da65183 0.05 MB 138 0
190,409 190,409 000000000000070216cd5bb4102e547484598f06f74d21e2ec18c3c9d73e13ac 0.06 MB 136 94
190,408 190,408 00000000000007c09ad8f0a3a31a4e993c0ea3081ff0d32ae6423ea853a725b8 0.12 MB 74 73
190,407 190,407 0000000000000637a7f6a55ab0f6b06dfe5a611f87e7669f035fbf6484bb618b 0.24 MB 210 85
190,406 190,406 0000000000000535f1b63fe4df4dec67f7787ce1b6234ade69f2985ef4d9a14d 0.13 MB 328 137
190,405 190,405 00000000000002eced54c1729a30aeac818793011b94bcf9fad35f7f28cf157d 0.20 MB 482 138
190,404 190,404 000000000000017c752363ee57855b0beb9504d8ef4d9ce83fedca0ac7580894 0.11 MB 311 203
190,403 190,403 00000000000007dc3bbec8015b738280f8855f43782ad5f4e6ff348f7313a3f0 0.05 MB 130 0
190,402 190,402 00000000000000d9f181f8c7d832f4cf38c12f523eb3404c92947325282e0e19 0.17 MB 440 185
190,401 190,401 00000000000000a2110bf0ec481cedd448268d9ac2eabb8a6c0a75954ffc8cb1 0.00 MB 7 310
190,400 190,400 00000000000006a6db93e62479f809c6afeb4728427f5cd6b572e559799532a3 0.00 MB 13 312
190,399 190,399 000000000000054c324387d91ca9c003a2b70fe2eb13629e6c98bfd860858b1a 0.13 MB 331 135
190,398 190,398 000000000000056a1d3546ade39b419dd634e853bf867b67588ba36af1857e2f 0.06 MB 151 100
190,397 190,397 00000000000008b9469fb78a249f242e39d2045cb0a3c2071e9cabf31ddd4a32 0.04 MB 92 81
190,396 190,396 00000000000002488da0fa3a7feee92759ead7cfddba273423367581111e2f8a 0.06 MB 81 453
190,395 190,395 000000000000049f173b6e9d98652c2cec264b7ef6411117cffba5ebbeb139d3 0.00 MB 14 0
190,394 190,394 00000000000003985f95b5d01580d75b37e5ae32b41a02550f1025053703f40b 0.12 MB 297 152
190,393 190,393 00000000000005e96636c2341b65f79c0c53166a8dae430c7038d80fc6c6c35c 0.06 MB 183 38
190,392 190,392 00000000000002d9b48719d558f507fe84f5d783ae01f8c1a6f64a11d6cc8ab3 0.11 MB 316 116
190,391 190,391 000000000000059b51c3f4abd8fc6c03918e59af872e922f9ad27b66acf601b6 0.10 MB 256 153
190,390 190,390 00000000000007c67980f9c0f6895f8c0e7d965ec9052f47d7054586464df63c 0.00 MB 7 0
Previous 10 blocks ↓
Total Size: 769.73 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,678.01 GB sent, 96.53 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.