Memory Pool Memory Pool Refreshing

1,618 transactions
0.96 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,823 00000000000000000002349e0000000000000000000000000000000000000000 0.92 vMB 1,602 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,822 (721,135 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
186,687 186,687 00000000000001c7e2d3083467b7a54b8fe768afa0d7beb9a8ed813ea4c4b6b5 0.00 MB 10 29
186,686 186,686 000000000000023065e9beb55433251af25e9b913f3c466cbcf08228e0df6ae4 0.00 MB 1 0
186,685 186,685 00000000000003c307f4e7e03ecb38abb3eeb50bc5fcc9318b4c18587f95c3f5 0.09 MB 256 90
186,684 186,684 000000000000098b7bfe1f23f4d84f75556313b3c597f9d316c325c8c2a33923 0.01 MB 62 153
186,683 186,683 00000000000007c51a7d5f288f7deb7769a4041f95329fd33135b2475fb2e586 0.25 MB 486 118
186,682 186,682 0000000000000924275397efbb4b81dd0da403bea51acdbcd45fb37a1b6821f2 0.09 MB 62 65
186,681 186,681 000000000000061055bd7b1eee2850711f0a1f4739a182874ba4b4be9cd9ea40 0.03 MB 46 29
186,680 186,680 00000000000005b6e954c51fabddfc9866dc52854dde502a14acfccc78d6ada4 0.05 MB 100 88
186,679 186,679 00000000000008ed89281223af27cfc88e4364b9f8f330848b34534a3af40d3a 0.05 MB 107 109
186,678 186,678 00000000000009721d739dd72c84ae69ac943a26b641831015e61ee220fda072 0.13 MB 256 114
186,677 186,677 000000000000048b7fb4efc9865232bc1dd28fbe983fdff71997f61d50b37d29 0.05 MB 138 116
186,676 186,676 0000000000000490355c09a5bc3b351b242babcf1f55417624e7938d5262b020 0.14 MB 309 131
186,675 186,675 00000000000007a05a6d81aade55df628b8e5153ff3129f914c2d00b37df328c 0.00 MB 10 162
186,674 186,674 00000000000000d20fd4e985de93b6ca87c2f1dbb4df7bd1bf33e19011524651 0.05 MB 140 134
186,673 186,673 000000000000056d77bc5f6fdd093e568811190d84e4a734a71b12744ca37a7d 0.01 MB 23 114
186,672 186,672 000000000000082fcb1516b9f48928fc87243bfd64c81213b4749564a4c204d4 0.03 MB 91 26
186,671 186,671 00000000000001cdcc394166d721cee0cea97d5087da7922bda20d1b08f823f9 0.13 MB 346 162
186,670 186,670 000000000000011e5b1293988a0b2b44ad2e4c9875faa068792b6910c3964089 0.06 MB 164 111
186,669 186,669 00000000000000bad52c70443599e490e558c94585cbfcdd1ea0be2d99844ad5 0.02 MB 44 101
186,668 186,668 00000000000004197eb123f55ed9910ddc558b5053d970b652b1730b1b7558d7 0.03 MB 44 149
186,667 186,667 00000000000006f6139cc382e8ac9fa676f5e061f1895330b26581df55da0bfa 0.14 MB 296 137
Previous 10 blocks ↓
Total Size: 769.21 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,634.16 GB sent, 93.96 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.