Memory Pool Memory Pool Refreshing

3,531 transactions
1.13 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,750 (667,729 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
240,021 240,021 000000000000009ab73ac8d02f7d769bf8619c47b417a7ffedc003d8de45af26 0.01 MB 16 172
240,020 240,020 00000000000000ed856f561f1d3a88dd8d714678a9aede99d519779cfce627b3 0.13 MB 290 153
240,019 240,019 000000000000010d480cc91930c1f43a467b3d3a2e7b7f99813bdb0a7e5ff40b 0.21 MB 401 141
240,018 240,018 000000000000004419e47377cd2b47cb88e511cc19a7b429bec22377e6d0b3a1 0.21 MB 489 166
240,017 240,017 00000000000000ec10bb4a618e4d1ecf5b922b7b4dd63bc88d32aa9a8b6d00da 0.08 MB 151 122
240,016 240,016 00000000000000535cee55cf045e023bd4c47d0ee6e0f493e0ae564291f52878 0.21 MB 504 199
240,015 240,015 00000000000000d0331023da57ad70ea8158093bee967baf6819b6da66f64d6e 0.25 MB 610 161
240,014 240,014 00000000000000a5a8f2d9a3c4b4c29e6c4b71e6acd4be90cff73fb7c55dbf9c 0.40 MB 256 10
240,013 240,013 00000000000000408e856836e636c09c6239d43b5c4159aabccee23da50b8a3d 0.13 MB 308 189
240,012 240,012 0000000000000073a88cc3f4b4f597b25352addc6289f9450c86306225ef112d 0.13 MB 328 186
240,011 240,011 000000000000007740b14b5765efb15b186e2537e9c94976cfaa6c0675c202ea 0.10 MB 139 136
240,010 240,010 000000000000001d1119dcd8c87af2696e52ecb0720886e7dd2278ed3da10428 0.00 MB 3 47
240,009 240,009 000000000000001d5c7ee7e49996411dd862ece2bdbc321dfdcc08eff0b54ab4 0.07 MB 156 165
240,008 240,008 000000000000008314d817259a188a6ab4609612d4ce49f34e8e15d81dec8003 0.11 MB 279 195
240,007 240,007 00000000000000dc02560fa454927188e3ad3c099d011767ccbd915f40abdba4 0.00 MB 5 925
240,006 240,006 000000000000005d021f0e8574fe35d7c8157bc7cea460663b5734f6f9681733 0.11 MB 256 149
240,005 240,005 0000000000000036a0e54df9b6611f1791494227ab48c887bbe8691de0ec817b 0.18 MB 223 111
240,004 240,004 0000000000000065e844b62a88a11c7045bf1034c15c6f61dd6cece1be0c3465 0.06 MB 100 146
240,003 240,003 000000000000001ac74e73cce7ca68e7d3ac0e210fa0d0c2b5fd74ec96001cb4 0.13 MB 112 53
240,002 240,002 0000000000000038897617b75d65a70eea489b7e37e989a184b1eeeb6a93cfe9 0.18 MB 398 200
240,001 240,001 000000000000006e77df3985d9f69d92289b28bd3510e8b124ec24f2bc91142f 0.09 MB 211 160
Previous 10 blocks ↓
Total Size: 769.08 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,628.20 GB sent, 93.28 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.