Memory Pool Memory Pool Refreshing

4,570 transactions
1.70 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
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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,041 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (207,928 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
699,922 699,922 0000000000000000000192a3e7f60120a73a5b6c50789e3dd3656b1e77a90445 1.43 MB 2,880 15
699,921 699,921 00000000000000000004b6a0469e264f1c52904c9adb3900bf5e34e9c72397f4 1.49 MB 2,386 14
699,920 699,920 00000000000000000001e742405bcaf0e5eea4d4b3475544eef9e72c6826de5f 1.54 MB 2,716 13
699,919 699,919 000000000000000000056ed881fc49d66e817546dfde4ffc19250af122fbfbd4 1.56 MB 3,187 5
699,918 699,918 000000000000000000018c078bc0b8f7a3ad7d92baa889cb096bd8f8ff90038b 1.38 MB 2,291 9
699,917 699,917 0000000000000000000c7ddd783a131ee63da3d494fdc64b2bb1acfffb9c22f2 1.23 MB 1,159 8
699,916 699,916 0000000000000000000ba354d23035f99d03f8ce3eeaba03091fb60de975a89c 1.50 MB 3,054 10
699,915 699,915 00000000000000000008146cfcdc56e8e00f35943a3b6404e7dc84c198fa2290 1.46 MB 2,757 28
699,914 699,914 00000000000000000006859044275a10be1cef133cb104a6f416b46c9e96ee8f 1.43 MB 2,527 17
699,913 699,913 0000000000000000000852ceb4a12b05d95b6437e99366609ae49a0801521862 1.45 MB 2,865 21
699,912 699,912 0000000000000000000e26de5ba8d6f83c2472555eddc9a381a7554e95405e37 1.53 MB 2,903 5
699,911 699,911 00000000000000000004bb5d4aa90bb635c940cfdcf4deae0f256686ef592f17 1.58 MB 3,065 7
699,910 699,910 0000000000000000000339e90042bf10f5a11e1ccd81e8f739163140bc0ac7d7 1.63 MB 2,254 6
699,909 699,909 0000000000000000000aa13eaefe6d31a97092f4d33001355e0c4cae2e59e287 1.19 MB 707 7
699,908 699,908 0000000000000000000b7031eb2bac3710f490647a801f33ee42f426e4be268e 1.54 MB 2,484 11
699,907 699,907 00000000000000000005cb6f661ea869e42555730107cc2779cfd336bb8bfa5a 1.38 MB 2,339 9
699,906 699,906 00000000000000000007a0cb087424fbe2b0043778b87887c19f09f614c54e43 1.44 MB 3,177 22
699,905 699,905 0000000000000000000627591ac28aa202c60d20c83314a7311f662ea4df3bee 1.38 MB 2,218 25
699,904 699,904 0000000000000000000590f5557c2ec3d7fd475c6d7609f105fb1461615d9b2b 1.54 MB 3,026 8
699,903 699,903 000000000000000000037425844c2c01fa89bcdcdb7d0c1463d900ddebf2aa25 1.48 MB 3,061 18
699,902 699,902 0000000000000000000e88d6bfd1e2a8cf0c2e01275085a4f1299d5aec0afea4 1.43 MB 3,293 27
Previous 10 blocks ↓
Total Size: 769.26 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.27 GB sent, 94.23 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.