Memory Pool Memory Pool Refreshing

4,979 transactions
3.77 vMB
Show Random Selection Loading Transactions
Max Size: 21/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,682 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,387 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,681 (853,726 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
54,955 54,955 00000000018dcfaf2117fb65e4862d54ae92b6c10cead6a13b716f26672be4d7 0.00 MB 1 0
54,954 54,954 00000000060a1dd4dde6b412ad2a01d7434b90baead799c75445d1977325ec9b 0.00 MB 1 0
54,953 54,953 000000000635f7dbce653bc6b8980b8ad5904b5601c1dd12b0f03f32f2b61e0f 0.00 MB 1 0
54,952 54,952 00000000056898698b6c8da6d16ed1962fd64467bb0a7d6891dc6e7033b6d75e 0.00 MB 1 0
54,951 54,951 00000000060c5ef3c72517968029894bc0a335436d90a459739407ba40927890 0.00 MB 1 0
54,950 54,950 00000000101e71ac6f0c11bcbcaf2f2cbae9f6d7c1a19d43b9864fde4f15519d 0.00 MB 1 0
54,949 54,949 000000000e96ee2eed837add3b975e1bd4800d24a40bb1e59dd07d64bdf387b1 0.00 MB 1 0
54,948 54,948 0000000000cadb801a952e9ee9424c850a38e744bc96d840bd127381307453f2 0.00 MB 1 0
54,947 54,947 00000000034567cfbe23985f5056647066bd370a673118717b156bcb777eb85e 0.00 MB 1 0
54,946 54,946 0000000006cd5151bc0fe11f8daca5ced0429a81085f769995b1115175df5534 0.00 MB 1 0
54,945 54,945 000000000bac6a26c1cbafb1952b7cc4f6cd67535feeee4b8079165968c2830e 0.00 MB 1 0
54,944 54,944 0000000001a6a6cb5285b12359fd330db1ba0f04838da6ec3f61b51dd1a593ab 0.00 MB 1 0
54,943 54,943 0000000005fd6030bf3156c727985210049fbfbde7f83f5ff0e0799d8f8155fd 0.00 MB 1 0
54,942 54,942 000000000ad34ddb80a9c223ec05a420e494cd98cd86be6c314a912a316eac8a 0.00 MB 1 0
54,941 54,941 00000000041ad720b5cf3d359e117e4d080d6f8294ce610e8853dd6a01581285 0.00 MB 1 0
54,940 54,940 000000000f390584a1616cb6c52836a2b3919fc824d133f2b2b72245ef48d79a 0.00 MB 1 0
54,939 54,939 000000000849ce86cf411a36957df4a8816a8249ccdf9e73b9b34d7d974f9abe 0.00 MB 1 0
54,938 54,938 000000000c146a7b8ea3ca2c184846d5d0195f644fa2043c3570493d19a02af6 0.00 MB 1 0
54,937 54,937 0000000004fe5087631f3f2148d1def18b6b1a889108909847d8700055699ac2 0.00 MB 1 0
54,936 54,936 0000000002bebb2e22697506bf71c685bab6668043ee2afffd73a7969e194111 0.00 MB 1 0
54,935 54,935 000000000dccc5f8c8328a62ca59c7d75cd47dede670896d3b51a6cdb8d8baa4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.97 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,853.85 GB sent, 101.79 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.