Memory Pool Memory Pool Refreshing

1,064 transactions
0.39 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,765 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 1,039 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,764 (43,508 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
864,256 864,256 00000000000000000002215bb1138bbc4a7611826b13e532b51d5b4e82eeac3d 1.52 MB 5,713 4
864,255 864,255 00000000000000000001c3a1c78d27f0072f27dc1d0060273e0ef03f1bfc0ce9 1.56 MB 5,721 3
864,254 864,254 00000000000000000001fe6ba288a1b9a14d15d3e915418cbfb54685595b0cc1 1.45 MB 4,434 4
864,253 864,253 0000000000000000000067f8164cd2e75b3ba172cb98cd00f0894faee5c6f763 1.62 MB 6,145 4
864,252 864,252 000000000000000000018ef9990389ca9052a0c1c93b65f780d3071346e531f3 1.55 MB 3,177 4
864,251 864,251 000000000000000000023e7bee6b1b4647411b0279df23c9ad470d91c1b99081 2.14 MB 1,654 5
864,250 864,250 00000000000000000000a085f77681ddf175c74b897758e9f406a17f1a278030 1.47 MB 3,904 8
864,249 864,249 000000000000000000001bf9c32af2d6a8a4f3d50c40f927e0867d4ad9481fdd 1.97 MB 2,876 6
864,248 864,248 00000000000000000000cde89e34036ece454ca2d07ddd7f71ab46307ca87423 1.49 MB 4,674 6
864,247 864,247 00000000000000000001141c91e70decadd60a93f32b70b08a8ec6d74b270b08 1.45 MB 5,202 7
864,246 864,246 000000000000000000023562ac878ab6f62329a70a15954bd56e088f3a836426 1.51 MB 5,915 10
864,245 864,245 000000000000000000006a4455949ef37cf3c3ee6b4cc2da27137f24445c7058 1.48 MB 5,821 10
864,244 864,244 0000000000000000000297397401eee3019168e761464c3716892951a5e33cbc 1.43 MB 6,733 9
864,243 864,243 000000000000000000015b68955519ab2925858ebbd02f897ff81cfc4a360dd4 1.41 MB 6,257 8
864,242 864,242 000000000000000000018a0932deb92c6bc40d46a34e654f8a2afbd6c745c6a3 1.51 MB 6,496 6
864,241 864,241 00000000000000000001996de65cc72f1fdeaebc3141db0a2a2dd269233c8e56 1.49 MB 6,419 4
864,240 864,240 00000000000000000000d0434cc36c19d49b9e873661ff171d632543d5c2f454 1.56 MB 5,780 4
864,239 864,239 00000000000000000003184a301f7c76332ec629a51bcaab5652f2ba82da55d8 1.83 MB 3,395 4
864,238 864,238 00000000000000000001e47fd13c25e24f8933b02a38c3490c0a430c0b71ea9e 1.34 MB 3,068 5
864,237 864,237 000000000000000000027fe376111297406696afa48be122d6596b13ac15156a 1.54 MB 4,932 8
864,236 864,236 00000000000000000002ab8ba2529a468c0f2781e3afc0f832209c94f95d4f1d 1.45 MB 6,715 14
Previous 10 blocks ↓
Total Size: 769.10 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,628.90 GB sent, 93.39 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.