Memory Pool Memory Pool Refreshing

4,944 transactions
1.81 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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,702 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,957 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,701 (702,023 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
205,678 205,678 00000000000003af141c00de655d0c4fb79e201012ecfd14b8b16cce561c8dab 0.23 MB 336 121
205,677 205,677 00000000000001e0a4a63bf81e2aeaee441e21c3d144a6bdfbd688db369cd92a 0.02 MB 40 34
205,676 205,676 00000000000000008292c2e8564a0e2a840a6ea949fb299a2c706d2121b10b29 0.07 MB 170 197
205,675 205,675 0000000000000286458c54cc8086f681eb04c5a3f69b259cde175924189fb6f5 0.07 MB 138 351
205,674 205,674 00000000000000ad2fdf90da26a4ff601dc24f9ba041bfcc688b8c690dafee63 0.07 MB 232 2
205,673 205,673 00000000000001a39541477612a07c73ce27eeb26273bbb6ec4946fd7b3f13ec 0.13 MB 308 182
205,672 205,672 00000000000001bd6024317688e4e36464656a196fd93e00a04aba919564a9f1 0.07 MB 59 97
205,671 205,671 00000000000003aec018e6af53f6f3633cdba0d13b274c067ddcfe13abd05c7d 0.03 MB 20 12
205,670 205,670 00000000000004cf06734796ea37334e917106978c0108d9900f7d4139b06be4 0.06 MB 69 59
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
Previous 10 blocks ↓
Total Size: 768.99 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,616.53 GB sent, 92.75 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.