Memory Pool Memory Pool Refreshing

4,648 transactions
1.35 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,819 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,593 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,818 (627,522 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
280,296 280,296 00000000000000025f6bb72647935ccaf36f365ac2561f3314a56637c3402ff7 0.03 MB 90 170
280,295 280,295 000000000000000097d35fc3773c4c40081a2cca4f5a93b3ad86795574c66a14 0.25 MB 363 33
280,294 280,294 0000000000000001a77fefc6627e4bd31203a488f7de8d672cb8ba01a0e8ac44 0.50 MB 1,311 61
280,293 280,293 0000000000000000c55002655faebebbf20825e3375ec57a7212730ac5a299da 0.06 MB 141 58
280,292 280,292 0000000000000000b93245aa6ee8c920df3b659b40033a1b26d347707d3a2188 0.25 MB 596 50
280,291 280,291 0000000000000000f8552f9a3291f5616dba956d30197ecd73d2748072998ceb 0.24 MB 185 20
280,290 280,290 00000000000000023e0658d96f7f9661617351c79e10b993c67442829af7706f 0.50 MB 453 34
280,289 280,289 0000000000000000e86f5a09744254ca4fcab6815bf86a2eca9e0032ac561af7 0.25 MB 629 85
280,288 280,288 00000000000000002d64472f52577476d140c06d740c1c6bd13cedc8c82cfe50 0.25 MB 591 64
280,287 280,287 000000000000000064f54cc4be16613c4ad4b24bdc93312e99280c8a1f4f92ea 0.25 MB 36 12
280,286 280,286 00000000000000009b660414eb9a137bdae43ec7d000004c57dbe12a26e8ec8f 0.35 MB 259 17
280,285 280,285 00000000000000003a3fdc14e259f30e7dbe6c37969b96415b29c6a361ea69d6 0.25 MB 739 66
280,284 280,284 0000000000000001b10cded83ecb5ba829f442130e652e8cdf475b4bdbdc575a 0.03 MB 77 68
280,283 280,283 00000000000000004cabfd01664b6b7a153ad14b4fd9fdaed6c84db713085540 0.25 MB 699 55
280,282 280,282 000000000000000238efb6085e35cac46e39fc79f0dcf67008ff3c249b5a977c 0.01 MB 13 20
280,281 280,281 000000000000000176d9865fe53fad267e1d59a0ad41d2f3707671f6cdb4323a 0.03 MB 60 52
280,280 280,280 00000000000000014f14e8cfc4a063aa35582a043c26c6e7d495268d67c1c749 0.17 MB 414 67
280,279 280,279 0000000000000001a7cc5ce6c1851407ad2f27e6980091daaa7b33266e3f57ac 0.03 MB 63 20
280,278 280,278 000000000000000203e7d0ec8b0396258df7c86abe2983b7e96c6c4088face93 0.02 MB 58 50
280,277 280,277 00000000000000013e6cfd30db29844781883b4fb6ee5b753e4ff4e73fe817c5 0.12 MB 220 43
280,276 280,276 0000000000000001a0ec94b4c40145fafbb0b756d8f7928fb2b6ec04417b8e4c 0.02 MB 43 54
Previous 10 blocks ↓
Total Size: 769.20 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,633.88 GB sent, 93.93 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.