Memory Pool Memory Pool Refreshing

3,079 transactions
1.66 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,727 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (645,995 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
261,741 261,741 00000000000000066ad33db7d8921032e657c072da7887eb39ed670c3e8610b5 0.18 MB 377 112
261,740 261,740 000000000000000f990f6b8eb9a8cb3d8b3d5b38204ede4a0598a6e36005be75 0.05 MB 58 51
261,739 261,739 000000000000000c48ec256280a2fe2162d71142737867ab9eda677e74fa4f4b 0.01 MB 36 87
261,738 261,738 00000000000000048d130fb7603769cac9b0105c9cc3cd1f63fd34e0d43d2f0a 0.05 MB 132 49
261,737 261,737 000000000000000cefb05798eb7a687434273bea9592030a64b3eca208d80a96 0.25 MB 571 115
261,736 261,736 0000000000000011fdadee232bb1d4aa5283476fb79917a63cf899d9e1dfa8b4 0.01 MB 40 94
261,735 261,735 000000000000000d31a938a1d380e1c72bfecc6976429505e71ae4a020e2274f 0.15 MB 301 102
261,734 261,734 000000000000000b75b8641a81ae9a85423521fd1bfc663449ebef6e942078bd 0.16 MB 383 134
261,733 261,733 000000000000000780cce8fabc5c68c52cc83feaf4e8043c47fd3a882291b7ae 0.08 MB 197 76
261,732 261,732 0000000000000000e70817f40be6f88143381aca27c54e106a29fbee24ddcca6 0.30 MB 662 113
261,731 261,731 00000000000000049182390aef632eadf7794e10a3ffeb76d011229f8502a29e 0.43 MB 1,024 140
261,730 261,730 000000000000001321e01d2e199dec2dd1a24c8ba82f62ea4b9ebc5d0ba50827 0.01 MB 39 92
261,729 261,729 0000000000000004f63be4d628a83b6d4b4c2705622499d7fd93acf0b6de3bf9 0.14 MB 54 5
261,728 261,728 0000000000000008574e1b6bb79c56694569b5021bb0f9a2210507f225bb2e64 0.00 MB 9 47
261,727 261,727 00000000000000199d5f4461addf0ca121cd22eac96c1b8c08ba1ea421dd5b5c 0.12 MB 242 91
261,726 261,726 000000000000000fe17ec2951756f5c5bf3e8b8ebdbe5a3f3f7fc33cab47c3ae 0.06 MB 157 98
261,725 261,725 00000000000000172e542b955aaa0ae87ecf0b9971c22e386f40997d027a8d84 0.04 MB 113 70
261,724 261,724 000000000000000472fd20c16b764303af61822859b89ef3dc97266ab71bead8 0.05 MB 139 95
261,723 261,723 00000000000000140b998c2d649757b6bfd433ac8107db31f8573eac44eecd8e 0.05 MB 122 74
261,722 261,722 000000000000000ea40ac5872e1e1ecd30b516390019f0e9974b9d7070cb7c2f 0.02 MB 54 23
261,721 261,721 000000000000001766300e33f4d8164f247702035766f935f0066552df917388 0.15 MB 336 95
Previous 10 blocks ↓
Total Size: 769.05 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,627.44 GB sent, 93.12 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.