Memory Pool Memory Pool Refreshing

4,886 transactions
1.51 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,702 (762,827 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
144,861 144,861 00000000000000bf5c79b6cf84a9687fa2ff66835cbd483fd12990a2b0a6ca55 0.00 MB 10 381
144,860 144,860 000000000000005bdab9720ef080330132888a6ecf6730a5bcea5eec4dc878e1 0.01 MB 30 95
144,859 144,859 00000000000007d912b011ab57f2d6157769907600ac9b579abd922e4354722c 0.05 MB 123 100
144,858 144,858 00000000000004e0b46762676cb83ce3ed7af85a0544a125d7cc7634f171d7f9 0.01 MB 31 278
144,857 144,857 00000000000001b6c2c99dd6dff601898c2833281191716c080b7eff0703863f 0.04 MB 97 213
144,856 144,856 000000000000069eded537ba1fe7cd8ec58afc3f98eeafad3b13f036caf76002 0.00 MB 1 0
144,855 144,855 0000000000000251168fcf0b00c1e7660e1a3bd0244219f5a2d8f173c9b9b6c7 0.01 MB 39 25
Previous 10 blocks ↓
Total Size: 768.99 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.55 GB sent, 92.76 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.