Memory Pool Memory Pool Refreshing

10,661 transactions
3.22 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,171 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (403,446 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
504,418 504,418 0000000000000000003d57e05a6fc816c658bb3b462f7491853b8f12ae54d837 1.13 MB 1,997 269
504,417 504,417 00000000000000000031b4f487f4121cd008aea205d5647869323512551227e3 1.06 MB 1,651 371
504,416 504,416 0000000000000000004eb55588e057662cf041b0c9ccb527b540054fc376577e 1.12 MB 2,299 398
504,415 504,415 0000000000000000002a635e11fbff7f72eeeb72a70621f5d43582b58ae3859b 1.09 MB 2,752 450
504,414 504,414 0000000000000000002185df4931c73994e4abbb0b989b6cad1ce6fe89e63256 1.03 MB 1,763 369
504,413 504,413 00000000000000000076634d82c73ae05a165867c7037a5f3fe65f588076d807 1.08 MB 2,347 518
504,412 504,412 00000000000000000077b1739bc5325f8f21a3f2593ac6149d6bda4fbf46c37d 1.00 MB 125 152
504,411 504,411 00000000000000000032424191fccbad64c8ca533420b120bcdef986ef8455e9 1.01 MB 598 202
504,410 504,410 00000000000000000030b24b0d672dbca061d74f725b467148c19f656eec36ad 1.05 MB 1,540 228
504,409 504,409 00000000000000000001ba1b4da3c31193e79616eeb46b003e0ee5838ff9e50d 1.07 MB 1,605 290
504,408 504,408 0000000000000000000475859996310f5caa132da4a2b8bc54aaa8b7a88282ba 1.06 MB 2,429 459
504,407 504,407 000000000000000000777fac18cad224d48b058747991fd2903b14f9f5fb6a6a 1.07 MB 2,895 463
504,406 504,406 0000000000000000007b6137879db15e1eaac30f26b542a296a98c58a00c60e0 1.00 MB 180 155
504,405 504,405 0000000000000000000c335f131ee27ca7aab3e600d155c3b9dbcac317983f59 1.02 MB 1,058 280
504,404 504,404 0000000000000000007d39f82ede1cd2bce2187a24085549d2b0512b2edc1104 1.02 MB 665 198
504,403 504,403 0000000000000000005e8e39e97bb01e82b8e5a0938f12cee8d69c8f68a30112 1.06 MB 2,134 297
504,402 504,402 0000000000000000003094dbcabe4641c43f389bc371541941f5c835adaf4c72 1.08 MB 2,682 463
504,401 504,401 0000000000000000005cd088f2b69efe171ff50b6a8f48159db5643a95693444 1.01 MB 417 183
504,400 504,400 0000000000000000002c56557d836d4add90d5fb9f0d24ed66f5129e98789f6b 1.03 MB 1,745 305
504,399 504,399 00000000000000000004df9f29eee54519d49a878cd8c9cdb343026952eab08a 1.04 MB 1,485 206
504,398 504,398 0000000000000000001f5866d77edd483aa269552e3114a4f1b3fb3d447f7811 1.11 MB 2,279 418
Previous 10 blocks ↓
Total Size: 769.29 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,642.50 GB sent, 94.38 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.