Memory Pool Memory Pool Refreshing

5,881 transactions
1.81 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,831 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,100 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,830 (702,161 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
205,669 205,669 000000000000014d3f10340a7dc50a7ef2beaa2c5cb14990ea1191dbce516fca 0.19 MB 508 210
205,668 205,668 00000000000002e78f71c86924029747e8bee9a64304dc0722c021f642d30d67 0.05 MB 114 171
205,667 205,667 00000000000000637aa906252cce2d9fcb66be6d2439e53e627d6bd6a2868652 0.00 MB 15 330
205,666 205,666 00000000000003ec31412baa01c5006b0ede06c782e8498400abaf53e6d98805 0.02 MB 68 171
205,665 205,665 00000000000002c2409fa4ab05803e8afcb492f271b9a70fc296d0ed89e98df2 0.00 MB 13 205
205,664 205,664 00000000000004bef81cb4980a64a95857d49bf39be46e9e26f514b6941ea3f4 0.00 MB 10 0
205,663 205,663 000000000000024644d065c0615676009a856b05b38dbb9839a5bd907a0f790a 0.05 MB 106 154
205,662 205,662 00000000000000b0f50275dceb7041dd035b927c0f8684e55e43df698fc17504 0.02 MB 46 157
205,661 205,661 000000000000005dbf9da64b7584b9504f8d2912005ff1efc74e8e3542103818 0.10 MB 217 153
205,660 205,660 00000000000001703652e44b60be46764be2fc5b27a67b39781eae0cb627f95f 0.06 MB 170 57
205,659 205,659 00000000000000a6e9c89c0120909cfcb6a3925a9966fc853076c4da0fc16cee 0.17 MB 316 152
205,658 205,658 00000000000003fce8d1bc9acc889f8c0b0af9ac551cb7ef613a6c7748502b9a 0.34 MB 675 145
205,657 205,657 000000000000026d43cef899689a3ff6898e26d995a049a7162bb2555021bbae 0.07 MB 113 107
205,656 205,656 00000000000001b123486e281aa57a3ce8b753f6c541deb64c07a9fb0163f5bc 0.11 MB 194 131
205,655 205,655 00000000000000911f8c008de2549921a318ee2cc05e2e36bbbd075127009b3d 0.08 MB 268 39
205,654 205,654 000000000000005b4c1a833ef845d4839ed3ee6c8201a001b0294c9e96c0a881 0.07 MB 188 134
205,653 205,653 0000000000000164a36040e91b5021ec6c5f6d7fc47271257d9c4dc71e6c22a8 0.33 MB 599 148
205,652 205,652 00000000000000a946f760968610168ddf955cb1af503eeb9b443cc114604130 0.20 MB 513 205
205,651 205,651 00000000000001bba623c2db411aa0276ff0ffae2a90b70b283782a7ea3ec10c 0.13 MB 303 165
205,650 205,650 00000000000004f0758e57ac85f9a40df06d425bf9d38c9a8a529427e12b0d8f 0.16 MB 357 179
205,649 205,649 00000000000001cdf67db00c0bc165b83979b94bb45176c3a7c6bc07819034c0 0.05 MB 148 153
Previous 10 blocks ↓
Total Size: 769.22 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,634.69 GB sent, 94.05 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.