Memory Pool Memory Pool Refreshing

2,739 transactions
0.86 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,026 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.86 vMB 2,734 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,025 (761,770 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
146,255 146,255 00000000000007fcfe0949dee84c8998fb57a8d5e07c256c64900cf8d0da96af 0.01 MB 20 244
146,254 146,254 00000000000002a2d37992ffbe74f0912c8484b768477b406f0a96b8f55f9517 0.02 MB 65 228
146,253 146,253 0000000000000271cf7f832a1d7530ea00338340ad297763a88d8214f01b0f8f 0.03 MB 60 156
146,252 146,252 000000000000043c3cb2666614224c10fcc73547c60adf6d0d03739658645f46 0.03 MB 77 24
146,251 146,251 00000000000007a4632739f1419a02c6a62d34e81632298d63aea7a819a04a49 0.00 MB 12 35
146,250 146,250 000000000000030c78c7c62c2174927fab4567d96bf8bb3a174f2e33b28c048c 0.04 MB 137 96
146,249 146,249 000000000000054e5870ca2a9ff92c892169d67f711b3c65d645bdb3c7536922 0.04 MB 86 178
146,248 146,248 000000000000059256c7137a256c9983d236d621955e61ca234708dd3bdcf343 0.00 MB 13 31
146,247 146,247 00000000000007c4bb7fee500ec9d314bd172e62fff7e2ceb9fb86a9405e7b92 0.00 MB 8 16
146,246 146,246 000000000000009a8bfb0fff432bfd603327bd336fc429a60469679abe065fbb 0.01 MB 22 24
146,245 146,245 00000000000000dbe5f5178c68511f0190d499cf730da84da0f4e3f6432cd089 0.02 MB 21 105
146,244 146,244 0000000000000840b59af355ef1b4d97ae19a7072633b0ba879402029a19fd8a 0.01 MB 19 14
146,243 146,243 00000000000002b7f9da0f0a862188f6612a1c11855bfe638756d13e267454e1 0.04 MB 133 47
146,242 146,242 00000000000007e9e05e9c31f81c60220b6f33eaa570f163fac0aebfb1e50c82 0.01 MB 21 254
146,241 146,241 0000000000000604847d3d352f3e01d8a66f57e78b06af20b9c12cdb405945f5 0.08 MB 8 52
146,240 146,240 0000000000000546ab1a679dce0543a4b30f1d69249e87ef8509274f7f85ba43 0.02 MB 37 147
146,239 146,239 00000000000005fdce50b4869b414f5e538191ca5caa06dcc9f834ef04835356 0.02 MB 79 83
146,238 146,238 000000000000000358347ad4c00a2d622f5bb5c8a3ba5dfdc8c90ef304e28af5 0.02 MB 31 212
146,237 146,237 00000000000004030a0ffb8e5f84b259422a2e1f82bab3da74e7425c2f901c66 0.08 MB 16 65
146,236 146,236 00000000000001c57b0f71bf63f33420b1f388e4c5dfaa68fd24910bf770b775 0.05 MB 100 42
146,235 146,235 00000000000005524d133e569283bc9581aaec5f70e9dbd0e2a31c31b551709f 0.01 MB 27 176
Previous 10 blocks ↓
Total Size: 769.59 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,651.13 GB sent, 95.87 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.