Memory Pool Memory Pool Refreshing

948 transactions
0.22 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.22 vMB 931 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (606,416 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
301,296 301,296 00000000000000001546bc025297d61895606740d861164812034bbb5bb96aa8 0.12 MB 266 30
301,295 301,295 00000000000000002030fe50d2cd137de556558e88236dde59b9675ae680ac7b 0.22 MB 282 23
301,294 301,294 00000000000000006b48d98c14bb394067aa9ba56fca47864b51e43025c42b04 0.25 MB 511 30
301,293 301,293 0000000000000000120344372d870e348c872739560b69b056b2c52d1009844a 0.71 MB 668 13
301,292 301,292 000000000000000005fbd2cabfe432e36762c361737713b78b5aa0acdb4412d1 0.17 MB 322 40
301,291 301,291 00000000000000004406072b78d51e94fa86bfcb68ad30d6c1f0218418b4a99d 0.05 MB 20 5
301,290 301,290 000000000000000059e8687ef91c1a0e706844e74d8d65d9212696aad304e736 0.35 MB 647 31
301,289 301,289 0000000000000000647e0ddcac70f7dadce8eed7c8b20ced942fb175f020173e 0.32 MB 629 29
301,288 301,288 000000000000000021e7ca814f3348cab13d2879c9e493c65b87c183380de8f2 0.07 MB 14 1
301,287 301,287 00000000000000006b3773aa25bf7416088fa55e1fdbc76c0858c2685809a947 0.49 MB 801 30
301,286 301,286 000000000000000053ccd09d15c44ddc6e93d84374c4462d52afef50a52e317f 0.10 MB 66 11
301,285 301,285 0000000000000000151397a520b838ef1faa62bca25bb2e534da979a088852ca 0.35 MB 759 34
301,284 301,284 0000000000000000197b515559f98e0d4c4e4e4ae2c7b269b13bd8400164d0b8 0.09 MB 156 30
301,283 301,283 000000000000000001c981ea6d292803b0ac0f02be97130d49e2e4e9a5e98b99 0.16 MB 226 22
301,282 301,282 000000000000000034bf073543afeaf012b556092a8059fa046705b446b0354d 0.25 MB 203 23
301,281 301,281 00000000000000001d7c2954ff262d796f567415a659c56f23e5acbb55f642cf 0.35 MB 675 23
301,280 301,280 00000000000000003543f31cb5d182c379dc15d8dad036ca8cf18899a3a15cfb 0.35 MB 955 49
301,279 301,279 00000000000000003c50e80449f4b07ecd0bb5b7157e8e1b5b802684cdc586f4 0.35 MB 1,057 58
301,278 301,278 000000000000000054db03a2a713677b97709e4c65e5ed72b35d63f667768791 0.02 MB 64 439
301,277 301,277 0000000000000000591e261ac721d43d0efa044bacc418411948674e73146bc6 0.04 MB 117 42
301,276 301,276 000000000000000055192944e2c02c79bc0011ac4215c826637e007639b58853 0.20 MB 367 33
Previous 10 blocks ↓
Total Size: 769.01 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.91 GB sent, 92.84 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.