Memory Pool Memory Pool Refreshing

7,798 transactions
2.86 vMB
Show Random Selection Loading Transactions
Max Size: 16/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
907,950 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,980 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,949 (356,054 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
551,895 551,895 00000000000000000022e18176410f8b95daa6f98cdb6b96ee9e47bf768ecda3 1.20 MB 2,484 36
551,894 551,894 000000000000000000116d057dae09108e7c44d7f0916bd6c9a7b86b7b4808ee 1.09 MB 2,276 23
551,893 551,893 000000000000000000126909dd45c1374bbf636f4aae2d7d148727f05e61f480 1.11 MB 2,563 22
551,892 551,892 000000000000000000238884b7e467927eadcb05584680bbf7caf80e854b387b 1.11 MB 2,914 31
551,891 551,891 000000000000000000159e81582f68a21b984d4d186184b2cf924d0e0669a0f1 1.16 MB 2,420 46
551,890 551,890 00000000000000000020e09df51fa4f8b791e247e89ac59a5e44eab16108ad74 1.40 MB 1,883 52
551,889 551,889 0000000000000000002028a027b78d8ebfb6232a3169f303bb5437f5ffdd314a 1.34 MB 2,528 35
551,888 551,888 00000000000000000028ff5de72173458d5c9c82dbb7117377263e77b963ed3e 1.32 MB 3,242 61
551,887 551,887 0000000000000000001aacc5cda6d3eff006056f625668ae0df6d5ed27cfdc2e 1.22 MB 2,593 54
551,886 551,886 0000000000000000001db5362dfac951838ee06c916473c9bb47f66c650271e7 1.28 MB 2,565 40
551,885 551,885 00000000000000000012a34a6725717438f79c4cd8df954a1c252caba210a96b 1.27 MB 2,943 63
551,884 551,884 00000000000000000027195adb6df58cc5074c81c316259cd38a02f1ff01cccb 1.19 MB 2,461 37
551,883 551,883 000000000000000000166f2a207d5bf57f6459d10b1fb5b712f2faf9597b1e31 1.12 MB 1,720 30
551,882 551,882 00000000000000000013a938e380ee5341275315a3338427205c283edc7278c1 1.22 MB 2,554 53
551,881 551,881 00000000000000000025db485a52ae2a955f52f484f102c3f455a6675b40d2ab 1.28 MB 2,690 54
551,880 551,880 000000000000000000119586fd959941d0b8b0ab0398068b9c53f2617e959bad 1.27 MB 3,130 59
551,879 551,879 0000000000000000002752a3ea57f152e0b3741455b6222a7ddbd6723979d8a3 1.25 MB 2,376 54
551,878 551,878 0000000000000000002630398cd3c826f92f8d5c38c69ca7a3d93ff22e129a09 1.19 MB 2,253 51
551,877 551,877 00000000000000000021a0a4fb1da2b42ed2310c25d3822d0c5b51d2b35050ee 1.30 MB 2,559 34
551,876 551,876 0000000000000000002746a0b96ae00a22bc1603fcdf4cdc04a9af29a49f9f14 1.10 MB 2,911 25
551,875 551,875 00000000000000000028cec70b79a64caa5b6123a8dc85016f9bc23b752ea173 1.21 MB 2,726 34
Previous 10 blocks ↓
Total Size: 769.45 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,646.00 GB sent, 95.21 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.