Memory Pool Memory Pool Refreshing

3,392 transactions
0.94 vMB
Show Random Selection Loading Transactions
Max Size: 6/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 0.94 vMB 3,372 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (355,965 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
551,898 551,898 000000000000000000287379d5d00cef557c1b4f971c249d14f6dbc02aba9be4 1.16 MB 2,541 38
551,897 551,897 0000000000000000000acb9e7db8ab2059d29563f6c1c4a9ac03c7b4e42464f7 1.19 MB 1,919 43
551,896 551,896 0000000000000000002960089e37b0f94ca2fae90f4f82293438fef671142856 1.26 MB 2,711 57
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
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.56 GB sent, 94.33 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.