Memory Pool Memory Pool Refreshing

6,954 transactions
2.64 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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,700 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,764 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (688,818 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
218,881 218,881 000000000000011149955a866a704cd863ed1001643b5a0f99fe0519934ca593 0.18 MB 347 160
218,880 218,880 000000000000035321c2c8be7a95c33926bb563af3c60c33195c8b5698e6bb85 0.00 MB 11 192
218,879 218,879 0000000000000570d74f5b91ff9ed3a84cdca29f12d5ea611dbd3e9d4950b459 0.15 MB 326 157
218,878 218,878 000000000000046d2397ad54b97f07d939b03498fb49639bf871cdbd0df4b011 0.10 MB 173 155
218,877 218,877 000000000000028170e2ee76477a7885a04c035c819ef0e6f8de592148e77b0f 0.25 MB 562 210
218,876 218,876 000000000000016e1943c946ed4b1909503597d0c306a87da30af112a825c6ab 0.19 MB 411 209
218,875 218,875 00000000000001b314f284a26cb900433ed85621536e75a7e593926f88e892d8 0.02 MB 39 130
218,874 218,874 00000000000002535acf92661f93f65bea874053e447be7f3b919fa451f12498 0.17 MB 278 142
218,873 218,873 00000000000004c8be2cbba175a989618e34b4665da882cae024bd9d2758ca49 0.13 MB 277 174
218,872 218,872 00000000000000fda67843978a4c3c22b493481b36a03cc2e7567ec34217db00 0.13 MB 296 219
218,871 218,871 000000000000013d95ecea0969495ae27dd460ab712116f1dbe86eb1f5e41192 0.17 MB 171 110
218,870 218,870 00000000000000f285249107a94f5c9661d714bf13b214bba9929602b4bea02a 0.00 MB 10 43
218,869 218,869 000000000000045230097d4cdea45d810dc1eee2f19598b2f36592ab359f1b15 0.25 MB 641 220
218,868 218,868 00000000000003cd5488691a34277d2263f8f36ac752806458d5ff8d9ed813cd 0.19 MB 570 87
218,867 218,867 00000000000002e22f6f60c413d95780c48d09ea5e54e013b25f2821cac897c4 0.04 MB 91 133
218,866 218,866 00000000000003d1110e8ad38da835eb54b5ab7a8ffb1de0c52809207b90a688 0.25 MB 522 174
218,865 218,865 00000000000003344e2ebd8b8dc2a90c50a6b5d7950acf9eb496bdb9c9971f38 0.12 MB 185 117
218,864 218,864 000000000000018dd28940798e01eda13d2f90e1807dfcc766a0cafaf00cf859 0.15 MB 384 181
218,863 218,863 00000000000001aa1cd905430a910672e6170aa46366a66ef5efda5c62b749b8 0.06 MB 157 222
218,862 218,862 0000000000000013ab1084076a5034977400ce5c02245806e30e3281ffaa9962 0.08 MB 179 149
218,861 218,861 000000000000054b7c4e1d41d71bd860a8e43862295b0fdfa060e7259ab05add 0.22 MB 418 198
Previous 10 blocks ↓
Total Size: 768.98 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.52 GB sent, 92.74 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.