Memory Pool Memory Pool Refreshing

3,228 transactions
1.33 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,873 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,448 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (102,665 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
805,207 805,207 000000000000000000046272ffdd9fa8060acdc6d4414fd17d212b75290e8501 1.65 MB 3,820 13
805,206 805,206 00000000000000000002e4f5c947fc405b91abc2dfb8949fbb638c97b40af695 1.64 MB 2,805 18
805,205 805,205 0000000000000000000249bd0a35cbfd4fa49c537823969c71b40d68692d2525 1.71 MB 2,593 17
805,204 805,204 00000000000000000003ba0417838a616403e14ba14c8cda90e884087f336c3f 1.54 MB 2,232 16
805,203 805,203 000000000000000000041218d5ead00fb30c8dbcdc6cc093fb6cf3cff4fa909b 1.39 MB 1,669 16
805,202 805,202 00000000000000000000ebaaaf866d7ef0914f394b52b23e3ec54554f5bba54b 1.42 MB 3,100 21
805,201 805,201 00000000000000000000d02e7b60bb1aaf810f3bf10d9c7dfe5c3d200f92c430 1.32 MB 2,191 24
805,200 805,200 00000000000000000003db6f7b94a5bebcf0db944e60ec5235c23dfaa220840c 1.61 MB 3,352 18
805,199 805,199 0000000000000000000040776f7a64838a3ec78c4326b85a7c3e7a1ea8e80f9e 1.75 MB 2,856 14
805,198 805,198 000000000000000000035fc050b23dfe956be33199329d1f1cf7c76daadd903d 1.58 MB 3,370 19
805,197 805,197 00000000000000000001a275d47a0e8083bf0cd5be06d1d99f7bd17aecd84652 1.42 MB 2,601 14
805,196 805,196 00000000000000000003b943e7b87d2c9f5c578cf6b02e14e07f15a207f1a6bb 1.48 MB 2,777 21
805,195 805,195 00000000000000000004b456dc69f2717976c5a8cd7b6e2d3fbd0f3537cde038 1.67 MB 3,418 16
805,194 805,194 000000000000000000043de0d33024bce0575070eea8f3f3618598e5ef28bae6 1.54 MB 3,126 20
805,193 805,193 000000000000000000000a5f1c3b958a193b16fb777871f3f077ca0efc20e8ad 1.39 MB 3,077 38
805,192 805,192 000000000000000000004d18e7a5b29301f9cefecf6e17bba3b953648e5dc0a9 1.50 MB 2,337 14
805,191 805,191 000000000000000000026a3d3405d48e7eb4d4b310636bd7faa65ac79442a256 1.67 MB 2,786 16
805,190 805,190 00000000000000000002195760f495f86d22bb17e2b7a329c40524ca062a1753 1.52 MB 2,999 25
805,189 805,189 000000000000000000040a50cff54d900f9a1f085f52199506766ae364764523 1.46 MB 2,915 29
805,188 805,188 000000000000000000043b10697970720b44c79f6ca2dd604cc83cc015e0c459 2.43 MB 883 9
805,187 805,187 0000000000000000000097ce5997d3305cd9ca4af0082d0962bc8857e7d48ba9 1.73 MB 2,385 13
Previous 10 blocks ↓
Total Size: 769.30 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,642.71 GB sent, 94.45 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.