Memory Pool Memory Pool Refreshing

8,052 transactions
3.74 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,763 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (709,105 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
198,618 198,618 0000000000000582f377057cbba141a72e0b7e3df61cd67cd273163dc3fc9ee2 0.01 MB 18 168
198,617 198,617 000000000000013ea912970ef3d638a3d306b799122a8d3b1f3f9d99342ac015 0.01 MB 29 72
198,616 198,616 000000000000035a84e0c7ed798eeeb721b6d67472da49a7246269efe0b973ef 0.19 MB 427 224
198,615 198,615 00000000000003f68fa9bb92a988325cce950b33c782fba3515180a901c5de17 0.11 MB 218 143
198,614 198,614 00000000000004e77b8cc66dfa38705cc198532ec6c8ae286602560d6dc70722 0.14 MB 402 149
198,613 198,613 000000000000032dbfe6c3d1ac0618241af5b1d644884f004749f42391a47e54 0.04 MB 119 171
198,612 198,612 0000000000000520cfe6a4e30059fbcb313370b58877b6b04bff0108a20cfa22 0.23 MB 571 94
198,611 198,611 00000000000003c95747f295f9a5682659851b100207d473d6c8009f0820750d 0.09 MB 175 147
198,610 198,610 0000000000000323634ec16c9aaba88928b421e2c97dc640012d5c213a812054 0.10 MB 242 133
198,609 198,609 00000000000000630ef0f32a20d2760ec04f814cd1b4ecdb8b82243f13edf4bd 0.05 MB 106 101
198,608 198,608 0000000000000224504a8a3c052b61974c151d57b0a5936b1b2c0078f658f708 0.08 MB 256 79
198,607 198,607 00000000000000321d8490383fe83b7ba4e23bc8ae3aef18dcfbb3aa5ef8abf8 0.01 MB 25 74
198,606 198,606 000000000000038ad6a174a782db19425c521b4380c75b5b0b5e5ea53e13861c 0.15 MB 314 122
198,605 198,605 000000000000024e8e3696e43ee0136486d35996e2497111cb00d990b7204196 0.04 MB 140 72
198,604 198,604 00000000000000864b87e0a7bd336a9c577272b80af2c209b96a623775d62253 0.19 MB 464 145
198,603 198,603 00000000000004b2afc8e92e9755403ad0ebde9a1a5e4b4c87b4a7bac62e8441 0.04 MB 93 138
198,602 198,602 0000000000000267e08838108bbdfebfff5ebffb41a22dec19e56eb1659cd41e 0.00 MB 11 205
198,601 198,601 00000000000004aa38173e81b517cf1b73b0ee17e53fec7a3a09c15485b8b43c 0.05 MB 148 39
198,600 198,600 00000000000005f174862daf4823ab8235024a1bad6d82e6e8ccf02efcb281a6 0.09 MB 229 154
198,599 198,599 00000000000005c0fab22381b84ff6ef16c48b1be0acc47c987d8029d187ab3f 0.05 MB 93 537
198,598 198,598 000000000000042f020264306ce6aa84de59c1db0806bbc270a388ad6726a039 0.15 MB 187 84
Previous 10 blocks ↓
Total Size: 769.03 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,624.90 GB sent, 93.01 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.