Memory Pool Memory Pool Refreshing

3,040 transactions
0.93 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,795 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.91 vMB 3,025 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (551,600 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
356,194 356,194 00000000000000000e69d7624c71c70e6ae15385ce43dba8bf03da54850a3e12 0.52 MB 852 24
356,193 356,193 000000000000000016c98e03b4f9729b1665733d8be4a1106fde921dc9118105 0.25 MB 477 25
356,192 356,192 00000000000000000e91425821a949e410a29bd57ed11dc1cf8b3fb2cad67dab 0.65 MB 1,409 28
356,191 356,191 00000000000000000202e1632009ee69060a3d612e86c109ab4f3707f19ac483 0.13 MB 265 24
356,190 356,190 0000000000000000148073b8e3d9373d576675af55d382cb2cda6a2b5ca36896 0.19 MB 304 25
356,189 356,189 000000000000000005b2b5562abd682f628ad3b972a0b79187a3c9537aab4ced 0.15 MB 162 11
356,188 356,188 00000000000000000fd060da9435074c3fb93572547e576bbdb8ebc8fde5d56c 0.73 MB 1,655 28
356,187 356,187 000000000000000011b1ef286fd4f1d46ef989de1388e94dcf675a7bde42ae56 0.74 MB 1,575 26
356,186 356,186 00000000000000000f33208cfdc9c57a138e856becaabc350435be1d0c2c837f 0.31 MB 690 26
356,185 356,185 000000000000000016a3cba88eec33a70ff3594b368a4a88b5923df121425258 0.02 MB 39 11
356,184 356,184 00000000000000000d254cb8a43f1bac4b4626ca6c4fae6a01c70f665346a795 0.16 MB 208 19
356,183 356,183 00000000000000000d665d2477d7224c95384228dc86dd3392a1d43a2560c979 0.39 MB 726 24
356,182 356,182 000000000000000007b0664ae6275b6bbb28de9c796839689e991a4f948265a2 0.64 MB 812 21
356,181 356,181 0000000000000000162bc5ebbade0cc542ca37a25cd0d1f823122f2c08e7523a 0.24 MB 332 21
356,180 356,180 00000000000000000915e7aa714a9733df8e9b68e771f199cd10aed2400cf85f 0.05 MB 35 15
356,179 356,179 000000000000000000da17064b252be4570c9abd3a48b847a16673ac79f35857 0.32 MB 579 24
356,178 356,178 000000000000000011faf5d37e8111878561bc4c546ca2f0dd373eefe80fb780 0.36 MB 584 21
356,177 356,177 000000000000000006eb39f5961244e55e2e25f1e26fd23191830eb9702ca41b 0.88 MB 1,137 18
356,176 356,176 00000000000000000148c4c1fc94266d73157211147003dc4af19e2e20e7866a 0.74 MB 1,459 26
356,175 356,175 00000000000000000d04b6d0557ff678211bbd1a9858abb5a3ef294f83268b23 0.07 MB 170 30
356,174 356,174 00000000000000000b379796ee55f5111a89001aa9d5edb1bd9ef7e8c7848530 0.35 MB 875 32
Previous 10 blocks ↓
Total Size: 769.16 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,632.69 GB sent, 93.66 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.