Memory Pool Memory Pool Refreshing

4,728 transactions
1.74 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,127 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (214,754 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
693,096 693,096 00000000000000000001e3b596963db5ae9b6dabe2ffc6e5f35766fb585fcde6 1.40 MB 2,714 10
693,095 693,095 00000000000000000010b869e380c9e954fb9d7941aedf604ffd45a39acc51fb 1.49 MB 2,952 22
693,094 693,094 0000000000000000000843c2f4eca608705bdc3cbe68476193f81389dfcc5833 1.40 MB 2,978 8
693,093 693,093 00000000000000000004ba910aa809af8f28febff9835c6f01805bdce926640d 1.44 MB 2,965 29
693,092 693,092 0000000000000000000b95cdd8b41a9c83d58246bf2a10e0cbc02f3e7ce601da 1.48 MB 3,329 6
693,091 693,091 0000000000000000000b2cbe1222a4ebd1b2281812b04546bb606bcdf41c231e 1.44 MB 2,659 29
693,090 693,090 0000000000000000000e3bbaf45673b3c51dd44510bbf8f7ba2e68ea35888ca2 1.14 MB 1,089 7
693,089 693,089 00000000000000000011017607b80b8f7327186ba3330954deb00c8e6230e68b 1.32 MB 2,382 4
693,088 693,088 000000000000000000135a1a1e8ce6992aaab6fcda5e7cb5bd5aea7f1316bff5 1.41 MB 3,211 27
693,087 693,087 0000000000000000000055bb27b9163b610158655c6daeba49da48efbb1a80e7 1.23 MB 1,782 11
693,086 693,086 0000000000000000000cb5a8bdd869aca1d6be51657297bc3830e046153b9b16 0.10 MB 196 14
693,085 693,085 00000000000000000000094052d840068725c5ca12735e31c500c8ba250e62a9 1.29 MB 1,582 12
693,084 693,084 00000000000000000009bba33fc4d91c7274452aca42cf23bdeb0efabd02a750 0.17 MB 245 14
693,083 693,083 000000000000000000124e1aaeac584c26bf425aec23648450946087a737ed14 0.52 MB 501 9
693,082 693,082 000000000000000000102560b6370a35213ac1f9fe5041f575c90009a7d6b90e 0.34 MB 695 21
693,081 693,081 0000000000000000000149329b402ada0d076e0f051ab218a6876491e9b420dd 0.68 MB 1,256 15
693,080 693,080 0000000000000000000cd22bb14be109f98450c57acce3d9e393fdfeec5875a8 0.59 MB 1,225 14
693,079 693,079 000000000000000000028c54a54901dd076efc5adf0c529355cbbea781c55a12 0.34 MB 608 18
693,078 693,078 000000000000000000055012c344c5ca8ad87f8adb815a31c6059d421f915f1c 1.08 MB 1,619 9
693,077 693,077 00000000000000000005a73cfdca8934dad4ed507601e45e7c66c525a920104b 1.55 MB 1,772 34
693,076 693,076 0000000000000000001495729c318508c8a32698686b84496da8f900a48e1bf7 1.53 MB 2,311 14
Previous 10 blocks ↓
Total Size: 769.26 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.27 GB sent, 94.23 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.