Memory Pool Memory Pool Refreshing

1,324 transactions
0.56 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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
907,778 00000000000000000002349e0000000000000000000000000000000000000000 0.54 vMB 1,316 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (582,768 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
325,009 325,009 00000000000000001cc0ae02d5d4e34236667f53d055d85fc066a5cf63065946 0.33 MB 183 17
325,008 325,008 00000000000000000dab404ee0a36c90f3446644cca5d2760c4b7be9071cba05 0.67 MB 108 11
325,007 325,007 0000000000000000077b8531d9551441127fedfe8831f8c04e7bb8719488d984 0.35 MB 629 27
325,006 325,006 00000000000000000f01ec6d8f9b783fcb223e22887845e0f710cd0d360299f5 0.03 MB 64 75
325,005 325,005 00000000000000000c701f8764d0beb2f00ccd1af3c2c414f09a086fe713e75e 0.30 MB 125 10
325,004 325,004 00000000000000000bd997275c23a4a852d2b441958d394b0196fd495faf31c3 0.35 MB 990 41
325,003 325,003 00000000000000000f1e3e3506b2621b225fc409bb63a603a89e0e9c44cf4bae 0.06 MB 105 23
325,002 325,002 000000000000000007aef759578e8f3a3e25b3bb4b2fd363e6c9c01b26d54f2e 0.24 MB 403 26
325,001 325,001 0000000000000000006a446097f7b1eb970ac12dee4e5ced95ad1a3f38a67a46 0.61 MB 1,127 32
325,000 325,000 00000000000000000409695bce21828b31a7143fa35fcab64670dd337a71425d 0.29 MB 620 46
324,999 324,999 0000000000000000088b734e2349c58fd7244bb11d0b27670766e09c2b913016 0.15 MB 219 28
324,998 324,998 00000000000000001b6387b99c213c5e4c783a91bb96ea419d274a4b1c39dc93 0.05 MB 78 29
324,997 324,997 00000000000000000926e35235ded8db3b5fbe1b7920cac0eab393af565b3514 0.03 MB 72 32
324,996 324,996 00000000000000001e26f43f8f0111a79e4e9bee4215e6df7a789708fa2570eb 0.28 MB 551 28
324,995 324,995 0000000000000000139358fd5104cd38b1e178aa57b981cbe7ec5b3b9d99e809 0.05 MB 110 43
324,994 324,994 00000000000000000a3bb5460c6ad833557e3ac0e496272a06f8c04dc168bff7 0.11 MB 247 33
324,993 324,993 00000000000000001bf5013f1f917a74775c42ace2b9bf09c03303b09ef09508 0.47 MB 667 24
324,992 324,992 0000000000000000152c3db4fe011716c4e5d41e44089e1da9d7d64917bb5011 0.15 MB 149 17
324,991 324,991 000000000000000005cf94aa278a9aa66437bfb94b2991e85bba489fa406aeab 0.71 MB 311 13
324,990 324,990 000000000000000017bfe7f1329832052757efa16222c3623fac937a5d69d284 0.35 MB 812 33
324,989 324,989 00000000000000000bf1c828db5fd87d7a33880b9191188ca8865e0e4a8c499e 0.50 MB 462 19
Previous 10 blocks ↓
Total Size: 769.12 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,630.10 GB sent, 93.49 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.