Memory Pool Memory Pool Refreshing

6,986 transactions
3.29 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,697 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,313 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,696 (872,500 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
36,196 36,196 00000000b7c6a7516b406d58e8bf26acae858f0f8bee8382431a8f100febbedb 0.00 MB 1 0
36,195 36,195 00000000745d982c6d15d41584835e7cbc73a94c62f0c127888a3b7bc169e9c1 0.00 MB 1 0
36,194 36,194 0000000082f552006a94e35193cd31c8a173bc3adc9909237fa78e526e98514c 0.00 MB 1 0
36,193 36,193 000000008553e57e3e6d24025a3460ccc28ece3d0428a12a1913c01cffd8e25a 0.00 MB 1 0
36,192 36,192 00000000914a4173fe8e24ac96ecfeeafb35edd7c14b181efbff04040458476b 0.00 MB 1 0
36,191 36,191 000000001f5fbad34a3e137ca92e648b8b2ec14f65ad298d8a23b019b240dfac 0.00 MB 1 0
36,190 36,190 000000006f1b23b5feea1d65a57f6ead3941580f81a57b9136022e67c14a5a74 0.00 MB 1 0
36,189 36,189 000000004c7d6d5653536e489ddbda09f7f4ee8bb165fd8e413f0251df96d6e3 0.00 MB 1 0
36,188 36,188 00000000775c8f06129dc0750692b7205da54f5c1dc33d077ff718dedfa3ab71 0.00 MB 1 0
36,187 36,187 00000000617b9ce335e5ed38e8475cd0ff7d421b3ca772f32595a9f408c8296e 0.00 MB 1 0
36,186 36,186 0000000005f5bf157c0bfe0ed242f781f8d05a54a80ac9c90c0ebae566cfd995 0.00 MB 1 0
36,185 36,185 0000000043cba20dc8194a80c6e8e887ff0047c53cf8dad8266131bbd5c60051 0.00 MB 1 0
36,184 36,184 0000000042e6eb25e761c77c952e1b4edbbcb85685895b24863550c887871b73 0.00 MB 1 0
36,183 36,183 00000000823f27f36f44c27af1836f6628e7ab1ea6f9612b5b1957ce95918609 0.00 MB 1 0
36,182 36,182 0000000023c3087dcbf578b0e4073031e9d3d8a15c999b09edd565aa9e887c03 0.00 MB 1 0
36,181 36,181 000000006d28a8b164bb2cf3e1c2f9c165209defa5bf728dc12282da0a48a98c 0.00 MB 1 0
36,180 36,180 000000006733f1d437f2c1f82d9a0a61c9187a7675d877367e40da518a9cd613 0.00 MB 1 0
36,179 36,179 00000000983ad46be8202e95e1a129971739eaac03955fad4a97b6153614b912 0.00 MB 1 0
36,178 36,178 0000000023d11240881403c9467d9faa5ead5339de8617462c212b8ef6adf2f2 0.00 MB 1 0
36,177 36,177 000000002c0cc1ab05dd7a69196653660b44ea07d6310750c2660986ed05f6c6 0.00 MB 1 0
36,176 36,176 0000000038ac8774806edb60ccead651b9fbd5e79efe9dc49f102a94a89bec87 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.00 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,854.29 GB sent, 101.94 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.