Memory Pool Memory Pool Refreshing

6,823 transactions
3.48 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,688 (193,785 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
713,891 713,891 0000000000000000000a1eb60483a0a08326478ffeee53b3f348929ffff913bf 0.94 MB 2,002 7
713,890 713,890 0000000000000000000a4fb3ea3ecf1fdb8f3b431c35e73ca421a6a372f84b6f 0.52 MB 1,144 8
713,889 713,889 000000000000000000023e7ac938f3cb2fdf5bd17b18ce632bb988b9bae3522f 0.74 MB 1,494 7
713,888 713,888 00000000000000000003800e08abc13771e42423df3ee24a2566eebd4f4161e8 0.85 MB 1,651 5
713,887 713,887 0000000000000000000726645930a1be6538d17930d8b419f83bbdaa38d21047 1.57 MB 3,159 8
713,886 713,886 00000000000000000002d6761c211c0304496edc7155108d35b9f2b8ea3845f2 1.04 MB 2,111 6
713,885 713,885 00000000000000000003fcb7236b7bf40ee59ff9c82f6b65db8f077ab4833b42 1.50 MB 2,948 7
713,884 713,884 00000000000000000004447dd03cf48cc79d0577f7798ebc28c206cf445ad662 0.62 MB 1,402 7
713,883 713,883 0000000000000000000768a37aef7afdc4a7cb237b2700f89745c58249a27136 1.44 MB 2,277 7
Previous 10 blocks ↓
Total Size: 768.96 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,615.39 GB sent, 92.63 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.