Memory Pool Memory Pool Refreshing

854 transactions
0.29 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,524 00000000000000000002349e0000000000000000000000000000000000000000 0.28 vMB 846 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,523 (906,038 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
2,485 2,485 00000000500be0568fa9e2b97d88cdbe728f68c51228350bd4ee6deb10d563c1 0.00 MB 1 0
2,484 2,484 00000000351e0c7b39324667b4e61689a023c202a23a868beb40f8fb75b32be5 0.00 MB 1 0
2,483 2,483 000000008801d8554b3e7470ffb511ca0664ecf07098b14be09dd036664328d0 0.00 MB 1 0
2,482 2,482 00000000471916db33ca96f0927d0c0cfaf7df62a88807f009a688db0bcfc132 0.00 MB 1 0
2,481 2,481 0000000023681a59f33999c8d65be2ac85e9987641a79b02bc0531b4a22500bd 0.00 MB 1 0
2,480 2,480 000000005d4a4a31dc5d868b2362fc4d474f312c8f9d3ccaaf8c410e6c70557a 0.00 MB 1 0
2,479 2,479 00000000b47b07272c47c66619e52724ed730c3b7523aa7ea71610167d7cf154 0.00 MB 1 0
2,478 2,478 000000007371ef0e04a8406267e7ed4bd918a294ac4728f0da5a7efdcadc36f6 0.00 MB 1 0
2,477 2,477 00000000163b8bd61b369cabbeb3614947b48d99a98758845058d3ad1e0fff48 0.00 MB 1 0
2,476 2,476 00000000905702f51d174de41057cf52ccd2d47c8e5778999384809b7bb8ed9f 0.00 MB 1 0
2,475 2,475 00000000877261726e48ff9c6a7284d7f876c0969dbdce3629508385e0a34b48 0.00 MB 1 0
2,474 2,474 0000000078264401dd53b5ae6b94eb21040b0d0daa44e2c6d1638706d204d9ba 0.00 MB 1 0
2,473 2,473 000000001bb6e245ba43ac29ffd68467c054359a50076617faa15641ffa24387 0.00 MB 1 0
2,472 2,472 00000000601c8f69fc2927982428de99f37fe129a1f191092daeba32a61bfb65 0.00 MB 1 0
2,471 2,471 0000000032e1104ffe8fe33902cb3bc9d632c056dd2e3e7cfcff8df93d3b4c96 0.00 MB 1 0
2,470 2,470 00000000a2b6910e521ccb8263147cfc3cc474a1d6744b745fed4f912f4c381a 0.00 MB 1 0
2,469 2,469 000000005d82dc4c3a197d1c1adae9ed768189191ca5079e2fd69ca610243869 0.00 MB 1 0
2,468 2,468 0000000062e6259050e2473da6bf170546025d6b32a95cb8b91f00da62afe112 0.00 MB 1 0
2,467 2,467 00000000d9255f85c6aedd5fdbe650fe5dcba77b0e577ee540da8001cfa55fa6 0.00 MB 1 0
2,466 2,466 00000000dd41eafae6a1c14065eb3215f1cab7a1733f5b3e7f4240051d66786f 0.00 MB 1 0
2,465 2,465 00000000cf9f32807a51004165e3a5a63d265de3cfd1dfb5068c29acff74634b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.67 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,841.51 GB sent, 100.33 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.