Memory Pool Memory Pool Refreshing

7,033 transactions
2.65 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,700 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,755 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (575,318 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
332,381 332,381 00000000000000000c907ba194cc528d52f242f07c0805d6e0e5393248cefbd4 0.32 MB 531 20
332,380 332,380 00000000000000000633cf71bc8e5495d1a26efa441c532abe6009ad8be0ef7e 0.60 MB 789 17
332,379 332,379 00000000000000000904e1d72a8fd958065632f9e492daead1b81752b6699cc8 0.03 MB 46 21
332,378 332,378 000000000000000002019162625ddf66dadddd98139df90db3b7515e08fb96e3 0.03 MB 67 16
332,377 332,377 00000000000000000aa4df9ee3069f960e10c2ce3104bc47d68c3cee09104992 0.04 MB 70 24
332,376 332,376 000000000000000002119516034579acd170b7976ee1a0ad9e503fa10e923130 0.30 MB 470 21
332,375 332,375 00000000000000000746a17696efe27a341fe58263906399aff805a15456f75c 0.10 MB 160 16
332,374 332,374 00000000000000001841c30b886b7deef9629d1313732a1e83d9aa944657c496 0.24 MB 437 21
332,373 332,373 00000000000000000d5bc35fc766a783b05606dcdf174924b816f99ed9b9d936 0.27 MB 579 23
332,372 332,372 00000000000000000b6a38a2ab3810007aa0c10b22995128c59b03abd87d1e3e 0.32 MB 268 13
332,371 332,371 00000000000000001980b500743d06f07df2737fc042d1d85beac6ae7352c34c 0.75 MB 1,558 27
332,370 332,370 0000000000000000119a1b24cd7569cd82a0427b0994ed434a2c94784c43e5a0 0.13 MB 186 17
332,369 332,369 00000000000000000a7285c68e9ad6fd4d3def0f96c231e4736185652c0379ca 0.11 MB 264 36
332,368 332,368 000000000000000014db09f9465ef4a3e81998d1227f5e72be68ca36e8482b5e 0.02 MB 34 7
332,367 332,367 0000000000000000064a8338a87c70a84649a1a253cef3873b5dcc1bbe94ef57 0.52 MB 705 20
332,366 332,366 00000000000000001a058cda8b78f59eadf8d3c8d5e71e78ceb7ee1b5ed2cbe2 0.53 MB 777 31
332,365 332,365 000000000000000007026301c211924569fb7bf5c48ed754eb8ea70959713992 0.27 MB 561 88
332,364 332,364 000000000000000014e91cde358e9d7786c59419534c9ad9abf0df3cb7a02c17 0.41 MB 606 21
332,363 332,363 0000000000000000007a68c90b1926ff42418c73d7862dd8ac157ecc107105e5 0.18 MB 304 26
332,362 332,362 000000000000000005b5b33c59bc1571a618894cff8ecebca0764972a0a69106 0.17 MB 336 23
332,361 332,361 00000000000000001aca5849c56e6c07b8c6326088cd0d139005208ba247854e 0.02 MB 37 17
Previous 10 blocks ↓
Total Size: 768.98 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.52 GB sent, 92.74 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.