Memory Pool Memory Pool Refreshing

7,398 transactions
3.44 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (616,331 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
291,392 291,392 0000000000000000b6f7caa436993d22cda5d7221380c54898e4eaef42585fe7 0.10 MB 256 97
291,391 291,391 00000000000000007e6809097f67b787c46a7b58d98320294a108aef5e90be28 0.13 MB 247 25
291,390 291,390 00000000000000006633b0c89822fed81005e7bfc7d4a3b74ace10b5852e58ec 0.26 MB 488 30
291,389 291,389 000000000000000059c604fdf27b43d08840fe47b93a440a46e6302c4ffabe1c 0.25 MB 608 47
291,388 291,388 0000000000000000608db1326af92d1c4b45892b5d3456e7044fb3410eb6162a 0.21 MB 447 43
291,387 291,387 0000000000000000043e1dd19a2cc6acf71e9f84bc07f9b15cb4c857f49e23fd 0.11 MB 210 30
291,386 291,386 0000000000000000212d07029a73ca6291839b3082ec2bd69fdd76a0e6389b26 0.33 MB 476 27
291,385 291,385 000000000000000045f310ed493006c733f6f259be8c3022357f53d34ff055db 0.25 MB 714 49
291,384 291,384 00000000000000001253686251c5f83ea27e7f3e110cfc464746107da56eaf04 0.43 MB 732 36
291,383 291,383 00000000000000004ec562299f1cd08a38fdea8f0d612fce3923203df379c0b3 0.18 MB 475 64
291,382 291,382 00000000000000007df7e6e594fb3bebc6e73f863dacde938134b127df6480bc 0.33 MB 531 24
291,381 291,381 0000000000000000a578477042161ce5059231a8dff2bd1ccef283d71cdcc205 0.35 MB 1,023 52
291,380 291,380 00000000000000004b6bbb2edae52b0556bfe8c6544948d5f936c0a99f0d65b5 0.12 MB 268 31
291,379 291,379 0000000000000000f17767725a6fc9bd203fce008ae3394201d8c450056e5c77 0.46 MB 853 39
291,378 291,378 0000000000000000f2b638c4b49723f3690d38076dc03d4db1f00add22e1e724 0.10 MB 256 36
291,377 291,377 0000000000000000180055b88070872fb78f6770d1e840144eeab01f4c4abdc9 0.13 MB 246 21
291,376 291,376 0000000000000000cb3c1d5122a5ca87b37db75a90fbab12247c21d5983f3451 0.12 MB 43 12
291,375 291,375 0000000000000000b7aa4137649a9bbc0bea1ceb1518e1952cb98163d370cc2a 0.90 MB 1,793 31
291,374 291,374 0000000000000000c7cb0567f1dddff05db43f9d2c32acdb26e89e69eb80c492 0.20 MB 512 56
291,373 291,373 00000000000000009786498fc4c5a2da2b74b97d5833e926b89963ab139a6023 0.35 MB 1,028 54
291,372 291,372 0000000000000000b1872bd06f7410e598afaf3822adb0cf3a09cfbae9c8ff98 0.34 MB 637 34
Previous 10 blocks ↓
Total Size: 769.03 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,624.84 GB sent, 93.01 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.