Memory Pool Memory Pool Refreshing

13,907 transactions
4.62 vMB
Show Random Selection Loading Transactions
Max Size: 27/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
902,403 000000000000000000023a040000000000000000000000000000000000000000 ago 1.00 vMB 2,866 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 902,402 (147,305 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
755,097 755,097 000000000000000000006eeeff3f66183f379908eb7d7700e3a1ae9eee4aa8a4 1.50 MB 2,921 14
755,096 755,096 0000000000000000000725af70257f84d4754aec29d23b84b78f6a65448604a6 1.46 MB 2,985 15
755,095 755,095 00000000000000000000269f38373e51820f39c3bde3805e202ad1d85045dbe9 1.50 MB 2,914 17
755,094 755,094 000000000000000000032e5aa5c6eaea39cfe577f4be1e9d83c54196ad683208 1.57 MB 2,684 8
755,093 755,093 00000000000000000000d67a4d8d177a00f6e6950e92b3e9dbcab1864689b898 1.61 MB 3,133 17
755,092 755,092 00000000000000000001fcaa7853990079b4d7f856faf0d173a443ae02de9f72 1.66 MB 2,131 7
755,091 755,091 0000000000000000000455153033edc96a2e3315c823c9877b3883c1dda98a43 1.67 MB 2,370 16
755,090 755,090 00000000000000000001264f2293aaa25881f0cac4fd678daf42e873bf4a1aaa 1.69 MB 2,025 17
755,089 755,089 00000000000000000001fe357ec6fe93ceab9d186bf6c53f9e810f4db02c7fc6 1.81 MB 869 2
755,088 755,088 000000000000000000078a3820767e9b5809e828f9c5335a84c039a59f303d65 1.24 MB 1,693 14
755,087 755,087 00000000000000000006d9d81ac456d73435d5e7128823334c4677f83c6967c9 0.65 MB 1,295 11
755,086 755,086 00000000000000000005aafd45d11f0399ff21e203d42195477d973a717014fd 0.59 MB 1,000 12
755,085 755,085 0000000000000000000016328fa85a727ccf86e49dada7656109ecadb864cd2c 0.47 MB 835 10
755,084 755,084 000000000000000000061d360830a0496c36d7bf16f731bc3c3403f0c6e7b40f 1.60 MB 1,090 5
755,083 755,083 00000000000000000007285550a0c925467543f001f947cbeb11ef4946a16fd0 1.57 MB 3,227 11
755,082 755,082 0000000000000000000822b1c0946c12d03e30e94c9b388fd7ddd8b7877af100 1.43 MB 1,179 5
755,081 755,081 00000000000000000003a6a43ca83af8dc642447a8dbbc828c6404c532d57d37 1.46 MB 2,872 13
755,080 755,080 0000000000000000000021288cfe0320fb73b1d60c79ce5164b5fe94ad6cc301 1.60 MB 2,767 11
755,079 755,079 00000000000000000007ca5d2bb59e307939ee8c978702e3ab908a718210ff45 1.09 MB 2,262 10
755,078 755,078 00000000000000000003ab327802848c3d113a5b865c145b67c760dbf5d70bed 0.72 MB 1,598 10
755,077 755,077 0000000000000000000784c949f35c37c85e6b9c81f158bde9e87a0df9ae1c5d 1.36 MB 2,254 11
Previous 10 blocks ↓
Total Size: 759.84 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: 874.63 GB sent, 45.42 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.