Memory Pool Memory Pool Refreshing

1,656 transactions
0.46 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,890 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 1,637 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,889 (695,801 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
212,088 212,088 00000000000003266efcaf9721b795d5246f5b2c92665bd4c2df4df3d77e62ab 0.08 MB 255 26
212,087 212,087 00000000000003f0af0add6753b4c010360cbece7dc962b1acc853f8299a8dd5 0.04 MB 86 90
212,086 212,086 00000000000004900e418965c7eb820517d5c4d58e4659352e9a06e3fe7b8051 0.18 MB 399 259
212,085 212,085 000000000000048daaff8905daa0dae5fa31b372bb80a609e7cd230e8a54a437 0.11 MB 206 126
212,084 212,084 00000000000003146b75a1858519e422b3d45727df272894192b85da5416e7e6 0.16 MB 381 179
212,083 212,083 00000000000000c1f7acbace634c5f79753ff189d26ceb8b713f77ce1daba6ec 0.26 MB 369 149
212,082 212,082 00000000000000b4517be7a1d8cc9283e1b18db6b9602abc94eb2b1ef7ef4e84 0.05 MB 142 17
212,081 212,081 000000000000025612fe6d883e1d43826bf7e09963c0c410037a9841b586fe30 0.20 MB 547 273
212,080 212,080 00000000000000c8a77b31d2fab104e3580561c578c1efa754df0af70dd8ad4f 0.41 MB 819 187
212,079 212,079 00000000000002cca2cbe33afa7cb1ae2c401358b7c1e943ea1967984340992a 0.21 MB 442 148
212,078 212,078 00000000000004cb63dcf2269ed50c94d2380037d51d716fecf3cf7e61e9fac5 0.25 MB 615 191
212,077 212,077 00000000000003f98964335b75677386437b67c09985746d3ff3bd21ce1c1355 0.25 MB 613 200
212,076 212,076 000000000000032f25c8c02f1bf59492f92935c19a4e250ae8f98802b00d0e19 0.25 MB 618 216
212,075 212,075 00000000000004ddb3722b47df4ba88745299fb61fbceb84e1a512bf0362322a 0.11 MB 297 175
212,074 212,074 00000000000000e41acb7b85d1b9756a95eb43cee8b14263a2460e7a95e0dd26 0.13 MB 348 286
212,073 212,073 0000000000000185fd503de750202edbc91f8ecdab3ac76d7a2783cea9230c39 0.01 MB 38 293
212,072 212,072 00000000000002383d6d306720346d107bd44e0bc1445b882f2c7050e3880ddd 0.14 MB 325 241
212,071 212,071 000000000000010a0dce31b3d46460364c990c31eab5658ce691514c21607388 0.03 MB 69 560
212,070 212,070 00000000000000c0d9465411b7a1eee5a31222b421c6ddde1d931cffa3f2f678 0.05 MB 135 208
212,069 212,069 00000000000003d8ce8f806484bc6a6a9af95816cfecd1e9e52f3b6f0e1099f2 0.07 MB 172 188
212,068 212,068 00000000000001239b87f0637c14d79290719af7809aa5e23289d9f570c03618 0.10 MB 223 224
Previous 10 blocks ↓
Total Size: 769.33 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,643.20 GB sent, 94.63 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.