Memory Pool Memory Pool Refreshing

38,071 transactions
31.73 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,203 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,609 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,202 (148,290 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
713,912 713,912 00000000000000000005900711979886997099f99694d833ea8dbbafa7f8322e 1.51 MB 1,857 10
713,911 713,911 000000000000000000067d9e1c72b8d3d73294e1d667283f176d6ddc689c3f9a 1.50 MB 2,984 10
713,910 713,910 000000000000000000015a0c4a758077c1e0770576d39c90cac3a7d6e7d72639 0.67 MB 1,207 9
713,909 713,909 00000000000000000008e060c9f5e7a726d37592ed73b7f3b41760599d52596f 0.15 MB 244 8
713,908 713,908 000000000000000000026476991f77a0ed5edca795aa78804ac9a43e1dcf0322 0.29 MB 697 10
713,907 713,907 000000000000000000055b5b4d541263bebe5c335f146e0b8b7a9d2f1bd1d6ad 0.02 MB 36 7
713,906 713,906 00000000000000000004dbc10f52018615af1aa71497231320167c762ef58213 0.55 MB 1,156 9
713,905 713,905 000000000000000000023a8443dd7a90a01dabc9b2fb6abc02f83d992678941b 0.71 MB 1,176 8
713,904 713,904 0000000000000000000766df80e2d38699a0dc46fd21db820ecb2ce5197d4d29 0.00 MB 1 0
713,903 713,903 00000000000000000001a1e39eec7a530eb0d0f9de3bf19a7424b9a977cbfdb5 1.09 MB 1,974 8
713,902 713,902 0000000000000000000062a7bc51d166b77d328dd2c01bbe17ceb11490793de1 0.30 MB 665 9
713,901 713,901 0000000000000000000b29966c0e0a9fa3bfacc912891294b68edce908276f76 0.78 MB 1,297 10
713,900 713,900 0000000000000000000b6ea52ac0a3d8e51f26c223049edaf2c64ce0e8a6f78e 0.05 MB 94 10
713,899 713,899 000000000000000000046aa8d49c1c2135d53471f3cebb532ce44217be9aa10c 0.01 MB 32 3
713,898 713,898 00000000000000000002537d0e257e65aa4cbc0399c927b75fb108eb9539f538 0.29 MB 454 10
713,897 713,897 0000000000000000000348bbd8abdedf288e0f7337685688ae4f28fc346b8d3a 1.37 MB 2,403 4
713,896 713,896 0000000000000000000786d49ba979e33277e8dafa9e6bc55027c1708f94fff3 1.46 MB 3,349 11
713,895 713,895 00000000000000000001b7c62afe91ab5ddb7ce534f4868fc71e4c9e4797f7b2 1.47 MB 3,137 9
713,894 713,894 000000000000000000065503b19c3bd95fd4a3000bdf87e7961b48740355a326 0.97 MB 1,990 3
713,893 713,893 00000000000000000005cc049943f773cd047f74c813f9297c7f02f4356fd20f 1.49 MB 2,858 11
713,892 713,892 0000000000000000000b539bc479db2f748c4d9b51cd2d7f25d3138d6781ab2e 0.20 MB 429 9
Previous 10 blocks ↓
Total Size: 684.55 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,355.75 GB sent, 101.79 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.