Memory Pool Memory Pool Refreshing

910 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,747 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 897 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,746 (308,579 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
599,167 599,167 0000000000000000000eb06d368533e0e11c7ee09ee696a8753de26920b7d9b5 0.96 MB 2,296 30
599,166 599,166 0000000000000000000ed2e344b275971ae8813e966fa164c9d5e13d264bf4df 0.32 MB 749 62
599,165 599,165 00000000000000000007d655207ff623b4d6dc9dcc43b56d69298b015a44c897 1.33 MB 3,155 10
599,164 599,164 0000000000000000000dd724c0e993318b64bebe92195bea33e08441667a8eb6 1.24 MB 2,951 20
599,163 599,163 0000000000000000000771af11123c0401f8e72d4a1f585c87cbb131daf18e7e 1.24 MB 2,766 39
599,162 599,162 0000000000000000000bfbc9cc229fb81a7ef745af75b0161bfabedf57def99e 0.05 MB 152 23
599,161 599,161 00000000000000000010757f3ae47bb2316454607cee55010dc4fc8971fc31c7 0.08 MB 214 17
599,160 599,160 000000000000000000149e0bce8e51470a941420786ff3cf49ad4f1416e77693 1.06 MB 2,928 16
599,159 599,159 0000000000000000000f90c57f494e70aa4e9a7e01d49659a62eba47300e731b 0.21 MB 633 17
599,158 599,158 000000000000000000138ec2f0204ce2d181e93ae3f1b0f8c031e74d354fc3b2 0.42 MB 1,071 23
599,157 599,157 000000000000000000153a8e5affe8cd2bcfa0d41f875b59bcafb9c854c7beb4 1.10 MB 2,608 15
599,156 599,156 00000000000000000003b2241cf750accbf7fdcc95fe4517f7a778d78fc7e389 0.80 MB 2,165 16
599,155 599,155 00000000000000000003955beb1f99f079d55d82d365a4b3777d49343c312de6 0.60 MB 1,438 16
599,154 599,154 0000000000000000000c50a5dd719a6712c7a1e669ed968c78a74ae1128eaff0 0.73 MB 1,958 16
599,153 599,153 0000000000000000000d0be7fbee033afbc2c6791fa64208473427b722315afa 0.30 MB 917 14
599,152 599,152 000000000000000000000eefc4a6a9b7dc50efe6f2debeb1ec478bf81eedd066 0.39 MB 1,060 17
599,151 599,151 0000000000000000000242c506528911270c8568a9323db2193e7d0febb76e91 0.42 MB 1,165 22
599,150 599,150 00000000000000000014e08414482c2b9375373c6745e63f36ffd985fb97f4c0 0.91 MB 2,289 18
599,149 599,149 000000000000000000077403c1e0d0f7a479ae5d0af2be73938f8d82f52f95d2 0.42 MB 1,220 17
599,148 599,148 00000000000000000008d023771064f09ba7ef9cdf543c1f7c4947d5b887c46d 1.28 MB 3,377 14
599,147 599,147 000000000000000000079b8eed77006ed10aa0f4b3daf920368533b28461e857 1.26 MB 3,019 18
Previous 10 blocks ↓
Total Size: 769.07 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,628.04 GB sent, 93.22 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.