Memory Pool Memory Pool Refreshing

3,449 transactions
1.06 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,704 00000000000000000002349e0000000000000000000000000000000000000000 0.96 vMB 3,442 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (650,801 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
256,902 256,902 0000000000000019f577b544567b776d2cc7822afb3fda68ff84abee09a57c5d 0.09 MB 213 135
256,901 256,901 0000000000000020c8fb26a2ce0df61b30759763b05ab240583d31aa50d41923 0.10 MB 256 112
256,900 256,900 000000000000000885535a9127619ea5fe2c93471fa965600a9ec7dc57e357df 0.01 MB 15 79
256,899 256,899 000000000000000fdcd29fb4d86b3d22626b23cc4ccdc4274988e6fe59cc73e4 0.04 MB 98 119
256,898 256,898 00000000000000240f7f6b5a9053f7c8f98ba14cc71305d69695f532b5ab51af 0.01 MB 18 140
256,897 256,897 0000000000000025b9c431b5486b5be831ab05df8fb6c80879befbbe5b2e1ce4 0.04 MB 111 136
256,896 256,896 000000000000001d6304ea6cd3bf7b0acbbd17904a5fcaf54d3e6a7429966949 0.06 MB 124 119
256,895 256,895 0000000000000009307ec8318dc075450f4393c27a3fada12f0f778a1ae3f636 0.08 MB 211 143
256,894 256,894 000000000000001af4ac437761f765b86ef8bcba5165c67d962d603d3fe50834 0.07 MB 74 78
256,893 256,893 000000000000003047775b226716e370048da03df86b863ba699a10dad225e02 0.17 MB 356 110
256,892 256,892 0000000000000017260e3e0cd5bcf880e9dc0ae5737334100bf0e3db1c06f1f9 0.19 MB 459 141
256,891 256,891 0000000000000007803b9935e66411472ba633edc09341a41e3842207b80cbce 0.14 MB 329 152
256,890 256,890 000000000000002364221d1aa0b08341a053617977ed9bd72d0625f711265780 0.01 MB 34 271
256,889 256,889 0000000000000011c027c2ed60fd33e29cb3c9ff732aa10d3de74cb5ec97275b 0.02 MB 43 101
256,888 256,888 00000000000000089837d73545d0e6d06c759a84df3ec17484f00c75dd9b00c4 0.05 MB 92 134
256,887 256,887 0000000000000021c74fcc4eede363249fed4bb8c992659768f73dbd35062d4c 0.03 MB 76 136
256,886 256,886 000000000000000d5ea9cb62e1b12912423a3cc36ff2e375eb884621eed2079c 0.10 MB 234 139
256,885 256,885 000000000000001b8957b9c9df65200cb9f9dc985983e283de5d3a92bb55a737 0.06 MB 96 105
256,884 256,884 0000000000000002203b837e9725f541e1081bd4bee97b7474554e973b2c4e3f 0.07 MB 177 117
256,883 256,883 00000000000000245a74dfe7f5325cd9d11ed106b920eee2f851cd473a6b50ee 0.15 MB 331 129
256,882 256,882 0000000000000025706ac528c0910f6fd80638a7d9820c83c854ddfcbcd7b3b4 0.19 MB 328 65
Previous 10 blocks ↓
Total Size: 768.99 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,616.57 GB sent, 92.76 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.