Memory Pool Memory Pool Refreshing

862 transactions
0.25 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 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,862 00000000000000000002349e0000000000000000000000000000000000000000 0.25 vMB 841 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,861 (159,778 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
748,083 748,083 00000000000000000004259dee9c6aeb4fcb1311a56f3031f9126ebeebe98745 0.07 MB 174 13
748,082 748,082 00000000000000000003be840e4897ee8a512065ad28b4ca96c7bc37d6ae3512 0.09 MB 200 13
748,081 748,081 00000000000000000000426d9af5c1b3db2214ee6f388b2b569f2d4792031424 1.26 MB 2,333 12
748,080 748,080 00000000000000000006eb7dcbc7266761de2e8b5730c822fbb4d96e08088f86 0.15 MB 287 17
748,079 748,079 000000000000000000040a0e93329752f4c52845d4e2a34b7840c7afc32bdf2f 1.00 MB 2,041 13
748,078 748,078 00000000000000000000f125526499f228f28e98df03429ff0bb40d2fd71219e 0.09 MB 213 13
748,077 748,077 000000000000000000084cfc81fff79de969e3a20687facacc51ec1bad1fc658 1.12 MB 1,529 5
748,076 748,076 000000000000000000017eb5999cfa48c7ef9d7ecf33dd16c19a6839a5113714 1.51 MB 3,471 19
748,075 748,075 0000000000000000000305811ef85f46eef72ca7658b5807334fa97034b05368 0.29 MB 454 11
748,074 748,074 00000000000000000004e0308a3f148e6159dbe4dadc5dca7fe361a6c07b8814 1.16 MB 1,884 11
748,073 748,073 000000000000000000099d7e1422eeee08b0381fb2e83c725b11df2538375645 1.43 MB 2,871 14
748,072 748,072 00000000000000000007037b0bf0807f0fc87cd4974665da6d25212366a3525c 1.15 MB 983 6
748,071 748,071 00000000000000000004afb19f1395f79a5c7173a46ab51cc5333b8982022326 1.54 MB 2,575 7
748,070 748,070 00000000000000000004079d66e050d7a6efea3c8e381dd0ed52d6e252a813aa 1.51 MB 3,079 20
748,069 748,069 00000000000000000009871506f2bfe4b6e43d1bff33f648705ff62e34f31dba 1.34 MB 1,360 18
748,068 748,068 00000000000000000006359ed4881e6e7fbe6280f76dabeb0d4f6b11c7ccca4f 1.19 MB 1,053 17
748,067 748,067 000000000000000000090b7e3c6a5b610b596b5bbca1545a979f5ecb1dabab6e 1.10 MB 1,510 6
748,066 748,066 000000000000000000073762a186b2f53741c4fddc8d48c6434844da3f49aa6a 1.52 MB 3,233 19
748,065 748,065 0000000000000000000980a32070d227fa13679a1271bdef34e7bbb210f5d0f1 0.20 MB 277 13
748,064 748,064 000000000000000000027237520b546865f792c2b75286e4c6f672b3ca6a3d5f 0.53 MB 678 11
748,063 748,063 00000000000000000009dada674ec6fae4cd1c0adf1e823c56d8a6320d7736d7 0.16 MB 235 13
Previous 10 blocks ↓
Total Size: 769.28 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,635.53 GB sent, 94.31 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.