Memory Pool Memory Pool Refreshing

6,005 transactions
1.74 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,674 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,314 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,673 (84,619 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
823,054 823,054 0000000000000000000165fb15f072ccb8e6fc720ee8d1046807176ca43ffd0c 1.68 MB 4,243 143
823,053 823,053 00000000000000000002f9a8fdc41a8d93d2ff70714eb3bee4dd5987cda00574 1.57 MB 3,636 117
823,052 823,052 0000000000000000000044281d4db36615e9d3561a06b5da30ab394f1c6a0b25 1.82 MB 4,583 145
823,051 823,051 00000000000000000002af150a195f0577736d1cc5d400ad3d7ca83ed80144ed 1.66 MB 3,692 130
823,050 823,050 000000000000000000034606bad42846a88200eaafa9d72d2a81be054139a78c 1.62 MB 3,758 162
823,049 823,049 00000000000000000002dcb2e17e96acc652cbf410868f67b5eae5c2c32415ab 1.71 MB 3,708 161
823,048 823,048 0000000000000000000099ced35507fd8c6bd6c2ba5fd0fed42a80d7b8b3ed0d 1.66 MB 3,809 171
823,047 823,047 000000000000000000027e01ce96f1e3b748897e89f95759825d423712412172 1.65 MB 2,356 186
823,046 823,046 00000000000000000000563ea050da768a2b0ecca89515bb0b5e65083ee05c5b 1.81 MB 2,585 172
823,045 823,045 000000000000000000003c899ddb6acc2d3d6da7ed29b46c9bda05efc95593a4 1.67 MB 3,227 154
823,044 823,044 00000000000000000002b48b3d362fa9c034b9d859e35447dd5b3a7a8ef2556e 1.79 MB 4,537 113
823,043 823,043 00000000000000000002e5c90471107e02fe362407ab815d6a3af0a1e73210fe 1.70 MB 3,702 127
823,042 823,042 0000000000000000000239e5c96fdaef5ee81773f624ef2677c754928fd8e58e 1.70 MB 4,029 153
823,041 823,041 000000000000000000038f6e01862089af2f6225faf2d61a48dc212682f89e0e 1.63 MB 3,981 152
823,040 823,040 000000000000000000010d8a128790c0373c7befca020f8bf82781661111b952 1.63 MB 3,010 165
823,039 823,039 0000000000000000000161b6964f2342cfd4cda6275dd391333910e7faa1093e 1.65 MB 3,902 133
823,038 823,038 00000000000000000001aeccfff41c0eb20aaf50a4f9580f1af2d4f579f91f1e 1.79 MB 3,651 97
823,037 823,037 000000000000000000034ec266b292315fe0be8d9ae0ff93da6587f68d468b0c 1.69 MB 3,923 112
823,036 823,036 0000000000000000000096d71df9430ff2a9f29a5d99ac9e8b1bac7e3097df47 1.71 MB 4,750 95
823,035 823,035 000000000000000000000180d5e0696d7b297bff0efc70b10cbbee5695992d1f 1.79 MB 3,945 93
823,034 823,034 000000000000000000031d3fd203a4c3911614cf30dd772c8e618e3a61f2b225 1.78 MB 4,527 104
Previous 10 blocks ↓
Total Size: 768.93 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,604.48 GB sent, 92.45 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.