Memory Pool Memory Pool Refreshing

4,937 transactions
1.87 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,982 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,122 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,981 (2,709 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,272 905,272 00000000000000000001bb2a2fe3b6e89ba1976fcd98988c45fd024736cabdef 1.67 MB 2,356 2
905,271 905,271 0000000000000000000043569a7c39a6c58de2141d0a41c72e2d417bb29d47ee 2.06 MB 2,950 1
905,270 905,270 000000000000000000000da72e5d2015b4d8940b1be105250d0a239076eb505c 2.03 MB 2,173 3
905,269 905,269 000000000000000000000583fe73a7f485350bf203d002be6f7eaee4914ea199 2.07 MB 2,314 2
905,268 905,268 00000000000000000000a6a171897da7d533f6df01c1191ac146ed619c9164c5 2.06 MB 1,973 3
905,267 905,267 0000000000000000000134c0cae71aecb55a89199b0d352296661a50340835da 1.79 MB 2,142 1
905,266 905,266 0000000000000000000059edcb3f0a4cbabf1093edf329775517175f69b788f8 1.73 MB 2,910 1
905,265 905,265 00000000000000000001c497a1a7a40fabc06f1f43120bdb63d5d472d5ef949f 2.01 MB 2,119 3
905,264 905,264 00000000000000000002035601249fc37a3fad7273e90a11f508a1fb20e57bdd 1.79 MB 1,868 1
905,263 905,263 000000000000000000008ad27cea1023c5a7fd8b4159eb8b69d5d5bced03923e 1.65 MB 2,516 2
905,262 905,262 00000000000000000001c4b07da7ebee8948ba2c8456c16fbd30d1d860c5a3e4 1.62 MB 2,746 3
905,261 905,261 0000000000000000000220216c39b0b25a5086258c3d266ee9eef53f1d85201f 1.62 MB 3,615 6
905,260 905,260 00000000000000000001aa816d952deb9657e3cb04e17490ad554d323515db35 1.78 MB 4,061 1
905,259 905,259 00000000000000000001d6b62328f31df6427d113967ed1312ee6cddb799c2f6 1.52 MB 2,600 3
905,258 905,258 00000000000000000000e0ac25313e77f7a2563c644de10821282ce711093d6c 1.55 MB 3,506 4
905,257 905,257 0000000000000000000213f9706ce2711da3386e126876ec774646527f0faf1a 1.55 MB 4,078 6
905,256 905,256 00000000000000000001354b67238f8cafe19a98c1f47494861f35fc7b01b689 1.49 MB 1,994 2
905,255 905,255 00000000000000000001a2c8d4f3bdd75c8aa6094ecc093554a6510a4f1faf47 1.36 MB 1,758 3
905,254 905,254 0000000000000000000193a8779fef205574c4380552c66e3f47af7474f13df7 1.73 MB 3,544 3
905,253 905,253 00000000000000000000028591dcf878ac5c0a4523d04978483dc627ae19dd31 1.62 MB 3,876 5
905,252 905,252 00000000000000000000add8cc25dd3cc5ddc0dc43da0a99d858945e6ef19339 1.59 MB 3,830 4
Previous 10 blocks ↓
Total Size: 769.51 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,647.40 GB sent, 95.51 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.