Memory Pool Memory Pool Refreshing

747 transactions
0.18 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.18 vMB 721 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (301,809 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
605,903 605,903 00000000000000000000c4b81d1515b03930fbc37611ed47c962e0c530a4eed3 1.29 MB 2,084 47
605,902 605,902 0000000000000000000e708ae2186ce031daeb1583c336460010f72a957f2b4b 1.04 MB 1,085 72
605,901 605,901 00000000000000000014fa2e4781d3951870b2145c8dae6288713bc646729c79 1.32 MB 3,368 29
605,900 605,900 0000000000000000000d67ccd35362b1cbf1476fabecc1c5dbf6b651d592da8d 0.05 MB 144 20
605,899 605,899 0000000000000000000bd87dffefdf7d56bbc46e222e8400fa9277ce5e524dbf 0.18 MB 522 19
605,898 605,898 000000000000000000029daa3380f8f1a5699cbf3505a96fb1d7dda25b2a7944 0.29 MB 657 26
605,897 605,897 00000000000000000005514449e12dbefcf9087abfe01d5cfeda3cbf4b160aec 0.35 MB 749 11
605,896 605,896 0000000000000000000a6107629acc64cd8b858740ef5a5b5aad06e6f2fca3bd 1.27 MB 2,839 20
605,895 605,895 0000000000000000000bbf4edeb56f088c66598808e35456a038f74821943860 0.67 MB 1,343 24
605,894 605,894 000000000000000000053c3b65fa7e3b91b63dab47ed57e8d5c5260da273f8a3 1.31 MB 3,022 5
605,893 605,893 0000000000000000000b43fa306c254066e047a091b303a705de5d5a32d825c4 1.24 MB 3,157 35
605,892 605,892 0000000000000000000cee03159aa9c7703dbdd18f8bde06155aa7462bc36ce1 1.23 MB 2,880 19
605,891 605,891 0000000000000000001530ef73cb161e6374ca83a7a4762eace1d5826daf9cfb 0.26 MB 621 27
605,890 605,890 00000000000000000008ea833c0a99f518b518380d0fa183d191d370002180a7 0.23 MB 659 15
605,889 605,889 0000000000000000000e5b62645a7db26396470cf5d000132dd8c396a544f092 1.24 MB 2,900 8
605,888 605,888 00000000000000000000e720b217c74c8608f88d87fa9e88d0247c6932486e1a 1.29 MB 2,857 32
605,887 605,887 0000000000000000000bf52f2045c6cfdb97f6d73f3a1d84b6ada34caaff7ef9 0.52 MB 1,314 17
605,886 605,886 0000000000000000000c9400835db0f5129a7d53612e3f37d9b30275ad15da80 0.41 MB 1,131 16
605,885 605,885 0000000000000000000528a21c467843087b1459676c9dbf974826bee0bc5461 0.86 MB 1,790 7
605,884 605,884 0000000000000000001457054eef31a7eda778007ec02b6e42e8d782c4e4c8c6 1.22 MB 2,632 15
605,883 605,883 00000000000000000011a06fac1f461779ecc0b08c85c843f971eeaca31b973e 1.37 MB 2,667 30
Previous 10 blocks ↓
Total Size: 769.01 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,616.91 GB sent, 92.84 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.