Memory Pool Memory Pool Refreshing

10,460 transactions
3.31 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,084 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (599,931 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
307,907 307,907 00000000000000001d230c4344c4ae5e761089f2325369e98c1ab45778349c99 0.35 MB 673 36
307,906 307,906 00000000000000001d3e1bdcdcf4ae2a582112e6d8e2713f7f8f625362146604 0.24 MB 329 24
307,905 307,905 00000000000000004d360fb53123bfe236fcf559dced8c8cec5d7803925317b2 0.01 MB 16 21
307,904 307,904 000000000000000014343b2a19227948d7eef77e899a9c6ea14418e07d6c54de 0.18 MB 427 37
307,903 307,903 0000000000000000347b3f3094a2729c5694b7f6d3ee0cf14e26f39cc9e78822 0.01 MB 25 28
307,902 307,902 0000000000000000370a06dcbda6b688c51d69ba44822254e35a5e7ed41f84d5 0.04 MB 67 25
307,901 307,901 0000000000000000103e8ac9e08d52b3c90ce4590a47ac1956f532da7728630a 0.07 MB 116 43
307,900 307,900 00000000000000003363fb7cea370222e3378096bb7f8b860befb383fb7b5d8a 0.08 MB 147 29
307,899 307,899 0000000000000000443f646b211f02d3431a42912410007e70aaff56048a1e84 0.05 MB 75 42
307,898 307,898 00000000000000004184dfeb68f15ee98d05d6a9a4759302fd975b7577fae5d2 0.10 MB 106 22
307,897 307,897 00000000000000002df72f5d5c0525575b025dca1c31b955eae0fcc6f5a9f628 0.08 MB 121 28
307,896 307,896 0000000000000000465e29ba4c4d72e06f2fe7818a33716756ff056cdb7a2aab 0.41 MB 675 28
307,895 307,895 000000000000000022ff62fc7ab26c069b89e75fb66e7fae5f9f36ccab8a021f 0.12 MB 142 40
307,894 307,894 000000000000000040f24f22585384076d94c9858b948cc5282e71c0910d6ece 0.37 MB 356 19
307,893 307,893 0000000000000000060997876dab955a33b2a49c68f448178ae17db98275a966 0.34 MB 467 24
307,892 307,892 00000000000000000a3d82e055bfd20f56b68cb2dd4ad325e07de1b4f3cf1b15 0.20 MB 254 25
307,891 307,891 000000000000000002bf012fa4dddbe8b057186e96ae30ba0eac83d9ef5467f8 0.08 MB 182 37
307,890 307,890 0000000000000000050df509961fed592a3d2d8937decea82c90a6212235b2fa 0.03 MB 75 23
307,889 307,889 00000000000000003bceedfaad8be46fc9bdbdbc88f95ddf372047de53c5438a 0.30 MB 461 28
307,888 307,888 00000000000000003cab969914d6497a667818d6ab03c468c4ebfd6d89b0e8fd 0.32 MB 452 27
307,887 307,887 00000000000000001146dc3f1c676032c066b780a53d566a78246899e5b8fc07 0.09 MB 96 19
Previous 10 blocks ↓
Total Size: 769.24 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,635.05 GB sent, 94.13 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.