Memory Pool Memory Pool Refreshing

1,225 transactions
0.38 vMB
Show Random Selection Loading Transactions
Max Size: 2/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 0.37 vMB 1,218 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,015 (720,262 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
187,753 187,753 000000000000017e2ef12cac49fdb8abe97af51a09302db1bb213bf826ec155e 0.02 MB 43 89
187,752 187,752 00000000000003c0edd43228c537d11bc43c80f7bc5813f0fc1adafca9c08c48 0.07 MB 103 79
187,751 187,751 00000000000009522935422d4188a28ed778058b6e594d825dce72876d5c0758 0.04 MB 70 79
187,750 187,750 0000000000000089a909eb32442d1b1a87d6274830318f7ab5e3f8c38094950a 0.10 MB 162 111
187,749 187,749 0000000000000161bf400a81decd4da9e341dfef359c4a40287de2fafb005c36 0.05 MB 140 82
187,748 187,748 00000000000004f096cf9a1835b57bb8be889b1e032fffed357cb7f4b03b1b94 0.06 MB 203 48
187,747 187,747 00000000000007d9b6729a15fa9c9302e14ab2d388d9daa34531096da5a251e8 0.14 MB 442 211
187,746 187,746 00000000000003708c73d23a4ffc2afe693d4ab0e0a54a9989d81dadd393c9dc 0.25 MB 626 149
187,745 187,745 000000000000056a176283e5e5c1871059de6924c916c8abbcefb5644dc64722 0.19 MB 512 157
187,744 187,744 0000000000000947b597999f44d2574d0f9390685cff96d7b723f9f7dbfaeb52 0.05 MB 145 53
187,743 187,743 00000000000005a38fe6390a83daf5dfe4a688a3a32a4890b17d6bda9acb8e45 0.06 MB 140 107
187,742 187,742 0000000000000380c648afe937d871e82c2818af6096fd74ba134783e4104452 0.02 MB 56 145
187,741 187,741 00000000000006d51f410de76a1415b53ee13f699209849afd4208825fde3d2c 0.03 MB 78 46
187,740 187,740 000000000000084ba3a0bac459e9b92383bcee764c695af62053b9cd9d0c251d 0.00 MB 12 14
187,739 187,739 0000000000000938da316b7169dd67f77d0511bebe5f1b2b114ce3504b5edbe0 0.04 MB 100 122
187,738 187,738 00000000000003466c3fe02ad9df1a5fafe091382249c2c7f9f835315e51bd05 0.04 MB 66 97
187,737 187,737 00000000000007a3d29848cc970b77226d192cb4d9a3a7a383bc6ce58ed56fa0 0.00 MB 10 47
187,736 187,736 00000000000003f16de76641f5ad42f550e8d0e5d7bedc808a7642c8767f8f1a 0.06 MB 125 211
187,735 187,735 00000000000000afd00e1900140429a5acdb5c70bf1ca86520deebb1af016271 0.03 MB 106 96
187,734 187,734 0000000000000927693cf2a59a738006563e2594404d4d22abb2a180dcf99253 0.17 MB 336 139
187,733 187,733 0000000000000090c790319e8bb406a941b3e8d41512da02f49d7ddf6d2271f6 0.01 MB 32 4
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.09 GB sent, 95.80 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.