Memory Pool Memory Pool Refreshing

3,695 transactions
1.00 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,395 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.99 vMB 3,693 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,394 (862,996 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
45,398 45,398 000000001eb3c47ef5eea323f59251dbb6e7de38d48dc38280c71caf3f2f3599 0.00 MB 1 0
45,397 45,397 0000000036f9919a640a1379f4df923a9dbc9f357a059c80d85d5328adde4d82 0.00 MB 1 0
45,396 45,396 0000000012a1f07fb792c4dd00b0c2a0b27e5edd370433008bfa2ab18f0bbbc0 0.00 MB 1 0
45,395 45,395 000000003367e83563c60af6c3244812bce65ceebed4adaf64677cbaf5219676 0.00 MB 1 0
45,394 45,394 000000000fde0b5eb783762177c919031650597315ef7c5b15374f829d7e4d7e 0.00 MB 1 0
45,393 45,393 000000002269e8ad96b845def67b704183c5472d337c7c8196e6b80fd5d59235 0.00 MB 1 0
45,392 45,392 000000002ff28abd475ee5016c38757155535c47d9f3405f04b2ab1f8599f310 0.00 MB 1 0
45,391 45,391 0000000019a1cc5540ec446c3ef587ad301a5386a6bc366ae24fdc89d40a9df6 0.00 MB 1 0
45,390 45,390 000000001829f8279746baffd13c704a7557b9c4340b9a07be53435fa594ae8d 0.00 MB 1 0
45,389 45,389 000000001df56af06c035e8eab1810d08d9b40ffdd97c7de479e2f16dd6ebbee 0.00 MB 1 0
45,388 45,388 0000000018c516d7d709cdb24989a0c9fd8a5d0c33df6b0c2ba487840219361f 0.00 MB 1 0
45,387 45,387 0000000003f5173aa268bd3899c03f9c32397944b1bd48e23cf3cfd69af0eb05 0.00 MB 1 0
45,386 45,386 00000000332f7fa4a66931b44dacc49f0c1eb3ff87e7cc011f3f896635b69f85 0.00 MB 1 0
45,385 45,385 000000001b500d18707941c4adbbaafeea16e10b17508faaaabf7fa6938d3484 0.00 MB 1 0
45,384 45,384 00000000384d74fff2985141b3d1653a666eb922095124f483bf524c6a608f05 0.00 MB 1 0
45,383 45,383 000000000acd5267f6af10be6f11e24580ff6d1bc5c8f97e5c95df10c18b2104 0.00 MB 1 0
45,382 45,382 0000000026860d49355bdda462f6d34e73fa9f4e2c38ef13dbb660ec570b7271 0.00 MB 1 0
45,381 45,381 0000000004678a5b398fd2b6ff1060ef5693b83b37d2bce0beffe33943fd4f53 0.00 MB 1 0
45,380 45,380 00000000196b57e60355c9aa74d8b3903dd786df011a6534dbaf36f440f7020a 0.00 MB 1 0
45,379 45,379 0000000021f6eba9831f56da2a8ab28e818fb901e178cf2687bbfbdd4e70da25 0.00 MB 1 0
45,378 45,378 000000001e4d9bfbf3d9e58a7920d1d07e6022d51767aaaf4f5ddf92e5839cc3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.43 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,706.24 GB sent, 99.21 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.