Memory Pool Memory Pool Refreshing

3,276 transactions (1.61 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,786 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,667 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,785 (874,578 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
34,207 34,207 00000000336066785e8a7f6a6a6064856c84615b6252164ea06dc992bddfff0f 0.00 MB 1 0
34,206 34,206 00000000ce0703300e5fd0b1d13b28c7baf6d96c25b3475c5fab404a6412ed8b 0.00 MB 1 0
34,205 34,205 00000000d6f8733cc77636f2782c0d2437c6e82556793231e514f796baeff0e7 0.00 MB 1 0
34,204 34,204 00000000ca8bee09a683aff5ef19759081cad732bed16148354a06bd89418e4a 0.00 MB 1 0
34,203 34,203 0000000013506af9b909a82f79d92ee12bb5db8fe58362883858e0ced85aa6f9 0.00 MB 1 0
34,202 34,202 000000007ad513c9b0fcd4a6a3557341b00c3bd764b337da22a1a0bbc3f9086f 0.00 MB 1 0
34,201 34,201 00000000a7cdfd61fac85e8fce2fb50dc8789e6e0a02156852d6fa77dec9bcf9 0.00 MB 1 0
34,200 34,200 000000006535763e5959196f59194fa16a942c863dfdd94a3389c86645a95c31 0.00 MB 1 0
34,199 34,199 0000000066a0ab67703372388680b040b7f3e2a5bbedd388a38e3e9fc124310b 0.00 MB 1 0
34,198 34,198 000000005e5be1003e37b1d8b850c8c7f07670bf681a9bae34b0d6f0a2fefd74 0.00 MB 1 0
34,197 34,197 0000000049928574d408d900e5bfc4a0c5d632ec04cf7cb90d775ee42cd6f641 0.00 MB 1 0
34,196 34,196 0000000037efe5643f362513537a612901d34d76a92587180aecaba9dcda75b2 0.00 MB 1 0
34,195 34,195 00000000c7b26fb3bb4ddcc6af335466b081546005928cefc2479a860f8308d0 0.00 MB 1 0
34,194 34,194 000000006ae4fca187dca9dea21e62e2eaa17f33fae60a8d434534aff382d7f1 0.00 MB 1 0
34,193 34,193 0000000009b135037c13c9f5123c412e9a1a1918595bc53fbf495c3b69973058 0.00 MB 1 0
34,192 34,192 000000009789ce4eb282543bf730363e2e25ebc825b6fa0ed896db200f44a3a5 0.00 MB 1 0
34,191 34,191 00000000d4ed88da80a6b42dabda021ed5170d73089613ac2c93bb9524e0cecf 0.00 MB 1 0
34,190 34,190 00000000558905f379ba6e60384a90a86706e75057e34d5b2e326a77de4f726d 0.00 MB 1 0
34,189 34,189 00000000b5482220c7433d00e59ea6e5b3999ccfc03954af623f26f91a2feacd 0.00 MB 1 0
34,188 34,188 000000002ef8f1afaee72999ab681f203e3ec7dbd769ad6c21b4f5d862cbfd3f 0.00 MB 1 0
34,187 34,187 0000000015a7afce613fc86c5c8c1977c7756b1c55f79a2d177ef178e4274a15 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.16 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,857.07 GB sent, 102.85 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.