Memory Pool Memory Pool Refreshing

2,046 transactions
1.32 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,740 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,011 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,739 (52,500 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
855,239 855,239 00000000000000000000334d7329b3f0a7d183526f98dee81db4c81e04dfde17 1.64 MB 6,894 3
855,238 855,238 000000000000000000022c7bf07de43e80526b0297447284249ec0caa7651cce 1.65 MB 6,816 3
855,237 855,237 00000000000000000002cd8182850c0f2d6efdd6c9260cf197c072d6079b777f 1.61 MB 5,716 4
855,236 855,236 00000000000000000000393e544967e79ee00933edc2fced8d750a2bad572c87 1.66 MB 2,930 6
855,235 855,235 00000000000000000001f1c70393bf8aa8b30e2fd31e218bc5bcb75e74a9a89d 1.36 MB 2,401 9
855,234 855,234 0000000000000000000193552c8857588959f9c4907bdd62a0b557e7753d7091 1.68 MB 5,133 3
855,233 855,233 00000000000000000001f328649230f719408f47c6e0c0630570f851cf589e72 1.54 MB 2,782 8
855,232 855,232 000000000000000000002d93cbeb44d5f7bc5d4bfad4a9e43fb90c022b8ece30 1.83 MB 5,576 4
855,231 855,231 000000000000000000011edf19ef95c35678ca773055c72b4f74c505d8695eb8 1.72 MB 4,616 3
855,230 855,230 000000000000000000001ec5933c54dfba757825ef3dcd8fa1baa4e538bc2300 1.75 MB 2,557 5
855,229 855,229 00000000000000000000d0854bbf66cc866a09a3acda2b4f52e1e0e977708d94 1.98 MB 895 3
855,228 855,228 000000000000000000024f2cd1da42d3d45b5eedbbe16ba5e5d492ccba6fa28f 1.85 MB 302 3
855,227 855,227 00000000000000000000d9e75ea5a3f893075b0ee78c516c39e66e5f1bd9dce3 1.71 MB 3,070 6
855,226 855,226 000000000000000000028ad9fee6d7dabd31c0c523dfd0069ff789876f56410c 1.87 MB 1,455 4
855,225 855,225 00000000000000000001b671946dc4b4357bee434be3b54812ebef9bafb1da1b 1.75 MB 2,519 5
855,224 855,224 00000000000000000000a71e1ca53b23b9a6615e5c70652b6d3e71e1e588943f 1.93 MB 2,645 5
855,223 855,223 00000000000000000001d2f8e1e7aa06a8f8198a522f67a6bf0c8993d4780f65 1.80 MB 2,817 5
855,222 855,222 0000000000000000000239c701974d615b16ad0804bc430855b6e49a5be0181d 1.80 MB 3,281 5
855,221 855,221 000000000000000000013e51fb305fa8e3ea74b967fb2ba9dea1d796a2e97af0 1.42 MB 2,816 7
855,220 855,220 00000000000000000002650c1fb2510cabfe223fcb493f7e1ab76fec82ddc55f 1.47 MB 3,129 15
855,219 855,219 00000000000000000001c8ea3f37b4022b42dbe046eb74fd57f25749979308e2 1.59 MB 3,618 8
Previous 10 blocks ↓
Total Size: 769.06 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,627.82 GB sent, 93.17 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.