Memory Pool Memory Pool Refreshing

8,227 transactions
2.56 vMB
Show Random Selection Loading Transactions
Max Size: 15/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
907,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,927 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (694,407 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
213,456 213,456 000000000000023a8d89296f18987c00fab357ab9c0526f40d92f39c95d4c412 0.25 MB 64 63
213,455 213,455 00000000000003847e644fff9a11da859867bd78f2e991fd17064b15e3722ad6 0.22 MB 87 70
213,454 213,454 00000000000002ac268a2e8705a95ebb6364f31ad45e91405cd3192dd773e62f 0.23 MB 197 81
213,453 213,453 000000000000008cea7cc3351f97324e1a646499b42bb2e7e41c7f9ee1a1661a 0.37 MB 837 180
213,452 213,452 000000000000033ded557e841c3f4d2ccf30bc1e1ae94b4f025e1e735e12f324 0.12 MB 297 238
213,451 213,451 00000000000001698e45a24bd0f772f3b6cb28523a5c10a52967222b098de44a 0.00 MB 15 141
213,450 213,450 000000000000006ef0d4c096f9c3899ec8a938a1d8e862db7d8e680994ca779c 0.02 MB 44 138
213,449 213,449 00000000000002e1c01a497e4901d541742b13241306e34f8094df828ba8fb33 0.02 MB 41 123
213,448 213,448 000000000000023ec48515f6b3ed2e3162d91b1fac074625536d8a8d0455c315 0.15 MB 302 130
213,447 213,447 00000000000004873ca9eeddf8061a43f21a3c468eb0a4cf03d9de8ce625cac9 0.25 MB 540 163
213,446 213,446 00000000000004f67271c123e562229517c211292ab652171c5a3eb974b69471 0.00 MB 6 198
213,445 213,445 00000000000002286fee549d35e1820f4956ba68f9352aaa416d9b51e4a18cbc 0.25 MB 306 93
213,444 213,444 000000000000024707ca4b07ae2f43bb2a7b4e0434d80c9fafa8097e0c93b234 0.25 MB 690 219
213,443 213,443 00000000000002b6773bfc8979ce51adc26573cd16bc0d065a4dc138c273ef9f 0.02 MB 40 178
213,442 213,442 00000000000001a3c929e80cf0dc0f33d7380ff48c9ffc3f0287ffa99fa5dfd9 0.02 MB 46 257
213,441 213,441 000000000000012246b1ef835277589f100391f4c3246c24b887d9c76c0067c3 0.08 MB 183 156
213,440 213,440 00000000000001b7f78e7e3813aad4bfe6ffd7c5375fd8a2fa499bb507024265 0.09 MB 194 291
213,439 213,439 00000000000003392e9286ff1866287bdb196615a6021a03f18a81e1e51f7094 0.12 MB 334 188
213,438 213,438 00000000000000a4ce2d6ecd5127b8f5a8769dcdc7817b9d2a02d2c005406771 0.19 MB 443 287
213,437 213,437 00000000000001024f68c9f134c4bd47e016b8b9bd4a92705ac0e7d6431c7444 0.24 MB 589 188
213,436 213,436 00000000000000fb4a9cb1668cd03af3fb507b8787775d26313315df60e4a54f 0.17 MB 425 172
Previous 10 blocks ↓
Total Size: 769.28 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,635.60 GB sent, 94.35 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.