Memory Pool Memory Pool Refreshing

14,047 transactions
4.47 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (731,814 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
175,904 175,904 00000000000004729b8f1cb3f0abc0b35b1cddaf8d03941a4488dbdc3e79fd79 0.04 MB 81 56
175,903 175,903 0000000000000115cb72e0fadb4f4e1c799afebed229f479dc6069339f1fb171 0.03 MB 84 128
175,902 175,902 00000000000006711bcf39afbdead55a6190cbdd3b187a060411799c71fb0231 0.01 MB 7 992
175,901 175,901 00000000000002165920a84cc610cad03ef70637f919d1e18b564b4eb88ca22a 0.03 MB 67 144
175,900 175,900 0000000000000598fe1117ff9b277b34581e1249a14ed5bc1a6a2986578ff37b 0.03 MB 61 53
175,899 175,899 00000000000001b472f3e98c3fd4ab167a0b786bfeb7443f3004f28106f3fefc 0.00 MB 6 105
175,898 175,898 00000000000002bccbc9e415e15258f932682299f93f043dd0e59e5efcb09351 0.02 MB 56 99
175,897 175,897 0000000000000a7676554b1a6c52b096d18dbd03beb001df4cdd099a3079f2fc 0.04 MB 64 79
175,896 175,896 0000000000000233cbce34e917f38c7e00a2943fea1bb1bc40adf873e5a51ed0 0.01 MB 33 54
175,895 175,895 0000000000000072b6b2d2bc4bf1d52ae90e2d07ac714eaac2e6b7a2b25b1fd9 0.05 MB 140 68
175,894 175,894 00000000000005359f8dfdd21a9ab1ebacc08ad4816b5aacfed4e0e2b9536802 0.00 MB 7 53
175,893 175,893 00000000000002a588e06beffd409068117d84565c69659f6684f522646a3b75 0.03 MB 35 66
175,892 175,892 0000000000000a4722055381c4d1b3747075a2c084ff40401bbae4608a19ab8f 0.05 MB 74 144
175,891 175,891 00000000000009838a06cbdf1b5704dd398d9fba447727ee7b4d27d1c27a453d 0.05 MB 124 66
175,890 175,890 0000000000000110334fa00747ff3d3a549eceb86a24237e863a5795e82e238d 0.03 MB 49 160
175,889 175,889 0000000000000a7d0eeef2b46f98bb100f0f69cfea32cdb58d7147a2d9e7ffc1 0.03 MB 56 59
175,888 175,888 0000000000000692bc7c883243d9f1945fab78dcbd377a61fa7988375ac0c701 0.08 MB 164 176
175,887 175,887 000000000000037f27f26c4b59bbcc17caaabe103ccfa02a76a56c843aef7b96 0.05 MB 133 128
175,886 175,886 000000000000027535a4c19e545c3888183e3612fdfbc17a79a04b34aeecced0 0.05 MB 86 316
175,885 175,885 00000000000009dec94c43f58813695400c8cf8ed19a78eca0773455a4c4f92e 0.00 MB 5 50
175,884 175,884 00000000000002c70978a664227e4947af7930a2b7e90140b394d0ca8c41426c 0.04 MB 79 204
Previous 10 blocks ↓
Total Size: 769.02 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,622.94 GB sent, 92.96 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.