Memory Pool Memory Pool Refreshing

3,538 transactions
1.30 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (695,180 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
212,670 212,670 000000000000027b4f45ce5a33164093279ccadfed0f6c9619477f789c2c7b57 0.25 MB 466 137
212,669 212,669 00000000000000bda0493d20b978190a9f6faedfd53d49508b9a47e954b5bf71 0.25 MB 675 199
212,668 212,668 00000000000001a2173e6677691c79b464daba15c59e305845d62fbc17d05b24 0.40 MB 690 272
212,667 212,667 000000000000028d4adf903c917a9893f4db4fafe47f433b1a328126504e12e3 0.25 MB 543 200
212,666 212,666 000000000000049b2c4688bd8126c6f3966794fb8acfb1a05cfa3ac0413ae92d 0.25 MB 824 240
212,665 212,665 00000000000003a4037daa51af54a5802518809539bd9e404fe83b0ab4385187 0.20 MB 698 269
212,664 212,664 0000000000000289ea6ba1b0e647826b7ec0d5294e063f96b381b15be979afd6 0.05 MB 140 458
212,663 212,663 00000000000001c6c84bc824346ba424d95e612a6291c0c388507a5870b1239e 0.28 MB 671 175
212,662 212,662 0000000000000339034444791d9ea0166b7b5f146a595ec28440a6d60c8781fb 0.05 MB 141 157
212,661 212,661 00000000000000123ca27545daedc88919685a7adca412023df7e467b2b700de 0.00 MB 8 35
212,660 212,660 000000000000031f5bfb6b762fba4d642cf17e511dbe335f732164742130c45d 0.27 MB 650 184
212,659 212,659 00000000000001c68916f03909a8e9fcd7de99683cd28d065d254a88a65fcc64 0.11 MB 169 124
212,658 212,658 000000000000044f78f1871ee798070ce65f49dc5461ec946f8a1bd584acda23 0.24 MB 413 142
212,657 212,657 00000000000003259bb3fe5c1bae62d0131d7569178ebb4954ab10a994293f0c 0.00 MB 12 142
212,656 212,656 00000000000003bc52b7f5d570da1f4ffb39575e2163f7dfb8c147b874f1ab6c 0.08 MB 189 164
212,655 212,655 00000000000003889be310127f2b9a116c8dad3cbd4adccd0a361458f459f75f 0.03 MB 90 175
212,654 212,654 000000000000024356040457c2d9e391475cdf97f19ca92036c9986afd4f2bd0 0.18 MB 367 126
212,653 212,653 0000000000000392062f92fc4563d8fbee09779c7ccbb1bf121756096ceb0b84 0.42 MB 650 132
212,652 212,652 00000000000002ba2d3d124ede97c2d5b9430bd29cb3909fd9a4d35e9cbd597e 0.25 MB 784 236
212,651 212,651 00000000000004f9622072d8060746bc68d33a420b5d1c586d0680b1145a511f 0.20 MB 513 203
212,650 212,650 00000000000002cfea0f5cbd5ff3945c046c38abc40c7ba7003f458945abbf77 0.03 MB 69 110
Previous 10 blocks ↓
Total Size: 769.26 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.26 GB sent, 94.22 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.