Memory Pool Memory Pool Refreshing

1,690 transactions
0.53 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,767 00000000000000000002349e0000000000000000000000000000000000000000 0.52 vMB 1,679 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (762,884 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
144,882 144,882 00000000000005d8f5937a4e0ffafac1f5910b477ac3c529cc17d439782752b8 0.05 MB 141 73
144,881 144,881 00000000000002eef77cef82257bf9ce1bf8de779684d7fe8be852b74d982184 0.02 MB 51 278
144,880 144,880 00000000000004fe2d4596ca389ecd8a2287ca301df77fe21dcd2484326df545 0.01 MB 13 240
144,879 144,879 000000000000095c327df5688787e4a3b9fc62643b2c002e6222900594b67654 0.02 MB 43 228
144,878 144,878 000000000000072c29ae1703ac833b893e1119cf95d2566a32dbb81f4b91fa60 0.00 MB 7 373
144,877 144,877 00000000000005fc9ee7edeb2c8734a3502ad4851f57fa8e9ebad315ebe95264 0.03 MB 94 96
144,876 144,876 0000000000000895a3af63bcc2f753c997fc05e4fb05308bd2ed2e83dd6e80e5 0.04 MB 109 123
144,875 144,875 00000000000008ed719acb7191a9c0d08d2f7caab20b774d4fd240ed3d9594f3 0.01 MB 15 37
144,874 144,874 000000000000055e3460ea4920edeece992ebfc3b1790640d47c47b75519becf 0.02 MB 54 195
144,873 144,873 00000000000006f0618e83a07585f5ab0bb789deeaf9b76a2d5bda7746983c7c 0.00 MB 5 725
144,872 144,872 0000000000000690b6bece794ce2a3af2d374ac35897439c97b5e351cf0c89a3 0.00 MB 1 0
144,871 144,871 00000000000002f8d3ac05cc25e9527e5b10b1daf2282220217ccb1a1053391f 0.03 MB 87 74
144,870 144,870 00000000000002cb1c22ebf25d32ac2c9e57770908c168bbcefcd6a4c89feb72 0.02 MB 37 282
144,869 144,869 00000000000006c6e586f55a143215c901601441d470c84d283d5d9d02b3054f 0.01 MB 48 103
144,868 144,868 0000000000000549d4e07cb71fe8ab5e2a166f565be5cad8c89799e471214dd5 0.00 MB 12 14
144,867 144,867 00000000000003dc1ed10842d14b050d9195475d96afedfd150b631afe6fd6e2 0.03 MB 60 146
144,866 144,866 00000000000005dd8aa86fbc40e24b3b4da9dbb237014f42bfd00d04b5b35746 0.01 MB 14 76
144,865 144,865 0000000000000555617801ce7f0f2deadd99bcbc2cea115dc4829293d5fee618 0.01 MB 29 33
144,864 144,864 000000000000060aa6b37e257a0040d790c6d56de417f45f9e253b35a313a606 0.05 MB 128 46
144,863 144,863 000000000000055d0401f06dab7fe6832b97fef46c25e238d9c3db390413731a 0.01 MB 26 188
144,862 144,862 00000000000001a02ce0e12954d0ae679b62544dfe5468cd1de7ffa2253667ec 0.01 MB 31 107
Previous 10 blocks ↓
Total Size: 769.10 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,629.13 GB sent, 93.41 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.