Memory Pool Memory Pool Refreshing

194 transactions
0.05 vMB
Show Random Selection Loading Transactions
Max Size: 0/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
908,450 00000000000000000002349e0000000000000000000000000000000000000000 0.04 vMB 181 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,449 (850,263 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
58,186 58,186 000000001567f0d206c257ff81fb9f0701e91a6a0e78689c91f1f7dadd4d16cf 0.00 MB 1 0
58,185 58,185 000000000e229f590cca59997360b17158482c60258e5ed3ef9d9450e8847988 0.00 MB 1 0
58,184 58,184 000000000df53eed433bfd4680aa5b1a4f753595dd2b6367ce02ced625d20fa1 0.00 MB 1 0
58,183 58,183 0000000001f1150aa94a8f77d5e3e70b7a5953f4bf1703b0cff81bd4460fed26 0.00 MB 1 0
58,182 58,182 000000000139aa6c33425beb4b5df8baa03f5706dd1e46f69cb1e489adb2a149 0.00 MB 1 0
58,181 58,181 000000000332797a41cefb5074d955c9dfc103615b2129e9bba46c054a6c8e4d 0.00 MB 1 0
58,180 58,180 000000000efd49482f6782859bcffe636626d96f2924704373f35976825bfdeb 0.00 MB 1 0
58,179 58,179 0000000012f7e8a50fc833de5ba020864352b7f101037378b2e20bc177554fb3 0.00 MB 2 0
58,178 58,178 00000000131d8257c8076d7630e9f4390f1131778dba574860cf276b33028426 0.00 MB 1 0
58,177 58,177 00000000067e3e5cb961921a07d4b1ed95c9bf0de5e31979d3e2fd88a0eee6a8 0.00 MB 1 0
58,176 58,176 000000000f5ae96f3783a765a47fa4cc53cc7de26c4fdc161728a2e01d277a79 0.00 MB 1 0
58,175 58,175 000000000c02e14c2eb0f74ed419fcf555c6649de4dc6f95c030da7a0901310f 0.00 MB 1 0
58,174 58,174 0000000007a62e5d17027ed593821d521962c88804371f13d36cb842965a1aaf 0.00 MB 1 0
58,173 58,173 00000000142572e52e7e355d536e64dac6fb4f7283166985ae73ba7c53fa3c20 0.00 MB 1 0
58,172 58,172 000000000967f0d30efea607899b1ba6ee7506bd1b6202c7022757630ae92b9d 0.00 MB 1 0
58,171 58,171 00000000147c6c7a87dcd43a8a62e0e2a678abeb49cbc2168b9c036e57a7eeef 0.00 MB 1 0
58,170 58,170 00000000152c447254cab0d180c8967ef49cfc0f1d2c11bf40a19f61a19c22a6 0.00 MB 2 0
58,169 58,169 0000000001f83a7d1a40fad6919be694ff01cad375f815cb8b8dc22ef9d9ff42 0.00 MB 1 0
58,168 58,168 00000000078cbc487adbdbb8d24c9f739fb14deb87854cd04f139992641afb45 0.00 MB 1 0
58,167 58,167 000000000befc6c3f8da432cd0a7c758c8aefefc1d5b24aab9412a1a60215f5f 0.00 MB 1 0
58,166 58,166 000000000cc3aaf4eb236c5cdefb57314b8dbce9d039e857f279c96b3c43f3fb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.54 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,776.64 GB sent, 99.73 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.