Memory Pool Memory Pool Refreshing

3,134 transactions
1.04 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,016 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,042 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,015 (695,341 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
212,674 212,674 000000000000017ddd63f04dd670826c98762e7e78303302d1c318dff43a1f7d 0.25 MB 492 157
212,673 212,673 00000000000002c607cbca59407aa3ddeaafd52f88af6963b3dddd3d4065cfdb 0.25 MB 650 206
212,672 212,672 0000000000000172a189b716cb0f1680e0010fd171611a49ce45d206c16a02c2 0.05 MB 91 64
212,671 212,671 0000000000000102677cc88cf580f97b2aa201411d5e75572a5c5a29d190a5ef 0.17 MB 301 139
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
Previous 10 blocks ↓
Total Size: 769.57 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,650.48 GB sent, 95.81 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.