Memory Pool Memory Pool Refreshing

13,309 transactions
4.21 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (721,233 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
186,485 186,485 00000000000002cc300c8aeacbcb3997fa2a8aa32ec2f138c29ffc4768c65495 0.21 MB 512 125
186,484 186,484 000000000000066dcde2c509fb58c37e1d826f8fd98472fcb6baccd25f94ec77 0.05 MB 144 33
186,483 186,483 000000000000010d9a7f169805601941fb7f23c631e307218c1e66a63da524c2 0.00 MB 10 0
186,482 186,482 00000000000002490b4cc001008b8d0d0c09631255394e46340384e4ca85660a 0.09 MB 250 121
186,481 186,481 0000000000000727bcfb38c40d4996af26cf802b233e967529d8faf5fe6145aa 0.25 MB 702 143
186,480 186,480 0000000000000304f58c817eb23a281b638939f165e2e65133364345c8646f04 0.00 MB 1 0
186,479 186,479 00000000000002609dcad11d2a671021c0949ed52e8394e49554b4cdbac2e415 0.16 MB 415 227
186,478 186,478 00000000000005c04be759eb53636b4882ca3d48acc1994aeee62a08b6d89751 0.11 MB 241 103
186,477 186,477 00000000000001d4b4122a001b228ef975580eee9c5ec8cb3b0c7ddd89bf64fd 0.06 MB 157 83
186,476 186,476 000000000000066c8758c7954419b32f13b66a5e8d1607cf227fc0a9d613dc29 0.25 MB 526 123
186,475 186,475 000000000000013a350d9c71e741d7b294d2e2629d8bd953ae25d32ad82e99ee 0.02 MB 58 157
186,474 186,474 0000000000000278192920475509c4c18c6c09bc5f3913c53fea9ccdbb975b41 0.05 MB 128 151
186,473 186,473 000000000000051f8b235bd8c3a3214e5b4271b8689135a2fce08fa5df2c7c5f 0.02 MB 50 60
186,472 186,472 000000000000051760b48544e9c8efedb4aa2b8b3fad5e7738e840794aa182ff 0.04 MB 106 177
186,471 186,471 00000000000008bf223c28bf43bc064e50aa9b04c3b853835e95ba675b38c110 0.10 MB 177 121
186,470 186,470 00000000000006655be5183b22e1e4c5004f0e4fd6b24da7577aa4284a31275e 0.01 MB 25 114
186,469 186,469 00000000000006e74805fe2bf6ac9d81c06bcab40d5c5f84c6f4c1d3632f7246 0.10 MB 230 141
186,468 186,468 0000000000000006c496ac53194436fc2b1e6b8d930c9568bc79a8abf242b5dd 0.05 MB 115 82
186,467 186,467 000000000000024e779256b1025a870b1d9110d8c39c93db1184545aa684dc86 0.03 MB 64 95
186,466 186,466 00000000000001edf98bcdab1782dc6de03f91c107681df1f5800819c92e9487 0.20 MB 508 168
186,465 186,465 000000000000064be4dfa742d296efc9ab9ba7f0b5ee69a2d6c80d2c45124411 0.03 MB 93 105
Previous 10 blocks ↓
Total Size: 769.02 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,622.90 GB sent, 92.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.