Memory Pool Memory Pool Refreshing

1,456 transactions
0.74 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,873 00000000000000000002349e0000000000000000000000000000000000000000 0.73 vMB 1,454 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (719,144 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
188,728 188,728 0000000000000642565d8f625435893a60d4a5fa1efac7f604b7894321ad84d2 0.04 MB 49 62
188,727 188,727 0000000000000477ad0350173819ff8923ce0c3219b212587bf2684d29fe0d16 0.10 MB 178 94
188,726 188,726 0000000000000319ba80af9296c51f44781ec61404453870a9f8ee34983031f3 0.06 MB 150 121
188,725 188,725 000000000000051d2e89eeecdd2768df6724cf0fe734bb1bea40d95a19c75ce8 0.09 MB 180 92
188,724 188,724 00000000000003268ff5de202705c11537a0ad12e78943965d7310a169b042f7 0.12 MB 256 110
188,723 188,723 00000000000002f2a23f8cbf5c45e292b4b3d12a40d6402a59f4ae379269f543 0.00 MB 10 15
188,722 188,722 00000000000005d894c7901d05712b31bd50281b3a9d867c270486c63e75d94a 0.02 MB 72 38
188,721 188,721 000000000000006d05fc4e7de485f6a56e97fed7fccc3a8c7fd2c6ac36aabd15 0.12 MB 291 112
188,720 188,720 0000000000000056c7de3a9f7d69c1282f14e1ae9febba5769098a5925873801 0.01 MB 49 119
188,719 188,719 00000000000004f66d535198c8cf0184232afd98e47417dd4f0b034b90645799 0.03 MB 61 76
188,718 188,718 0000000000000728c35d8a4e4dd01dba75a30ac185650918350b6c3d19041433 0.18 MB 391 77
188,717 188,717 00000000000008b8988d85991fc0aa5a65767a63a20c303913e3c0ea2d04f21c 0.10 MB 256 99
188,716 188,716 000000000000033ba3f5d11667548233a2dc747f900dc49cff33e5e968293df6 0.01 MB 11 72
188,715 188,715 000000000000060a7893a0791f6f67b353ce8b523df400e3410a0f08505236af 0.03 MB 86 40
188,714 188,714 0000000000000305e9a5399d3a0db0bddb994c04c2873965a750581535813f1a 0.02 MB 65 42
188,713 188,713 00000000000003592e727d4815e82a3a2e3d2801d265082614a6c3a1c1114189 0.15 MB 304 132
188,712 188,712 000000000000060bc5ac4be8507dec985430778927203c3fb87e7fcee8fd0df2 0.09 MB 185 180
188,711 188,711 000000000000002b65e24bc4e7dbac254a9a7ca6cfbc27fae8e40d5146490a83 0.00 MB 11 3,140
188,710 188,710 00000000000003649a2c47766b108c7a78e1a5819922be4e4c033bd52a1f44cf 0.07 MB 154 142
188,709 188,709 00000000000003cda84f86a50973f39b966c3ed7f0dff40fffda97c85a7cabe7 0.04 MB 140 21
188,708 188,708 00000000000006e838e345637a00ae21bea75d67ec061ab53c579cb12e9eabc2 0.04 MB 95 84
Previous 10 blocks ↓
Total Size: 769.30 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,642.70 GB sent, 94.44 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.