Memory Pool Memory Pool Refreshing

5,504 transactions
1.62 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,763 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (278,983 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
628,891 628,891 00000000000000000011298d726f8f1152b87932cbc276fdfa710e1ed4f8ee54 1.42 MB 2,425 30
628,890 628,890 0000000000000000000d49efe83ecb2571a323b881196e0a5f88f774f73df367 1.33 MB 2,558 53
628,889 628,889 00000000000000000006a7af1ee2903ea7a5322a8e16b3a92b2d199e9426ad76 1.24 MB 2,441 72
628,888 628,888 0000000000000000000222db9c0500a12941d52663cc06827b75731081cf7519 1.28 MB 2,166 78
628,887 628,887 0000000000000000000f894505143e4b2239163addb53cbe3ed65cbdad0fc8cd 1.26 MB 2,718 96
628,886 628,886 000000000000000000113d88fe17682b2af912fe597c4269d82e1079b2603c7e 1.28 MB 2,581 69
628,885 628,885 0000000000000000000844a398146815ebff4c9669740c7e251be9b73148d3b8 0.48 MB 919 46
628,884 628,884 00000000000000000002162867717511bcab99e948ccb9ef711d349c576cd70b 0.40 MB 897 40
628,883 628,883 00000000000000000007cfc2fc18497aadc3170a507b9e27561c4979add27f3f 0.51 MB 937 39
628,882 628,882 0000000000000000000e27c2908a161056f67e7cdb9ea1ff425c818f8ff7aaa6 1.12 MB 1,239 17
628,881 628,881 0000000000000000000a77c319c4f6d32b9958b3c2bcce9e99e60eecf17857bf 1.35 MB 2,809 28
628,880 628,880 0000000000000000000201d449acf34fcbe52ac4f513d8866efa2267b4511126 1.25 MB 2,222 27
628,879 628,879 00000000000000000004689aa503f8f323bfa21615a878c07c8120600437ee84 1.22 MB 2,498 54
628,878 628,878 00000000000000000001d54197b334909f0bebb7676ef2ef6ad37d149bf3ece8 1.34 MB 2,677 39
628,877 628,877 00000000000000000007ee5339aa39a3930676223499bd9c1fb106ccbb9fbd8a 1.28 MB 2,731 30
628,876 628,876 000000000000000000018c5354390f20ed45dd87b7c6623b44348040fb4dc9e5 1.31 MB 2,308 80
628,875 628,875 0000000000000000000468d0298cbf878261891431dbb57785aaf9505100fe4d 1.23 MB 2,756 33
628,874 628,874 000000000000000000030c448165394a647f34cd36daee9554f90995b1e665c9 1.25 MB 2,813 19
628,873 628,873 0000000000000000000f6264d30df5e69156e08e8c6d9953579ecb214ef26e30 1.33 MB 2,902 68
628,872 628,872 0000000000000000000e4fbbb560207eb57c5a85f20796cd3e84c568dca6d31c 1.30 MB 2,189 73
628,871 628,871 0000000000000000000a4f4d68f12e436961d2ee1bb75740b7ce72898b02cf7c 1.18 MB 1,945 12
Previous 10 blocks ↓
Total Size: 769.31 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,642.77 GB sent, 94.49 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.