Memory Pool Memory Pool Refreshing

9,378 transactions
2.92 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,635 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (718,521 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
189,342 189,342 0000000000000005b18eb8c2c96ee84221869d9e9b9954bcc3a46a1f126ad259 0.25 MB 509 123
189,341 189,341 0000000000000356105ba1f78146611fbd9c58d8269fd8ed594023ce0a10b9e4 0.03 MB 106 149
189,340 189,340 0000000000000993f4cdd423e660f33cbe29a880b8677223cae7ae06890a93b5 0.25 MB 524 113
189,339 189,339 00000000000000fab6efcfc24bc45c19b18d53acdd925fd1413bb9e5e0fa8e9d 0.16 MB 295 108
189,338 189,338 0000000000000784078e6adce534ae21e05ef369c9e8be47eedfed9cac741895 0.06 MB 181 99
189,337 189,337 00000000000007a4557bcbe80dd8e5782d0fc9d67b00b3b780732db1b7209ac7 0.20 MB 350 97
189,336 189,336 0000000000000365745925dde6f1d7c5c2f1d75f720086c071d3f489191fd2cf 0.23 MB 512 190
189,335 189,335 000000000000005ae07e53896d282949387f41f71ee267f27c3d6af69c71d2d4 0.25 MB 456 104
189,334 189,334 00000000000003f375641ac14736a457e2e92ec221a3facf2e1d031af11b8c34 0.09 MB 200 114
189,333 189,333 0000000000000515b8ee581d80f221f9035024e92468cd89f889f194780fc952 0.08 MB 194 235
189,332 189,332 00000000000006b4e0ad178e8a2730a76439d739b161fab9d4eeace42bce5ad0 0.15 MB 352 118
189,331 189,331 0000000000000025bc3029dee1c99e0bd08128387030e912e1e40eef2272707e 0.25 MB 518 111
189,330 189,330 00000000000003f38b3304b0d654bce7427b8e723b64c9454185c1737856ecc3 0.25 MB 475 114
189,329 189,329 0000000000000893a1254067939ae51a53abef62dd09d1926e1c2953b008ac73 0.10 MB 256 127
189,328 189,328 000000000000076ff01f56b7e001a3759d6251f0b9ca88a45f7403b10956f7bb 0.06 MB 184 129
189,327 189,327 000000000000014998dbb37f9ef7cf3bbce5854938afaa9c4ddbbf87fc6ff251 0.01 MB 32 21
189,326 189,326 0000000000000200f88ec40780484cc8964f1cc140518360e488418ba1ec6b04 0.04 MB 121 110
189,325 189,325 000000000000064a04035eb1e1c9d3c2a0d489feaceab1abb21f03624ed8b3cc 0.36 MB 798 118
189,324 189,324 00000000000001b2e37ac1ed26968494832564dec6135f0f63e4611143aff8db 0.04 MB 66 121
189,323 189,323 00000000000003b3e098d7bae3718f9c8ceeef0cac11a56858d6faefb3e2bba9 0.11 MB 151 126
189,322 189,322 00000000000007c1bf9b2b35a022a384f8002799e6fd1c9ebcb0bf55fcbcde00 0.00 MB 10 15
Previous 10 blocks ↓
Total Size: 769.28 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,635.61 GB sent, 94.36 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.