Memory Pool Memory Pool Refreshing

67,170 transactions
29.96 vMB
Show Random Selection Loading Transactions
Max Size: 156/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
866,481 000000000000000000030ecd0000000000000000000000000000000000000000 ago 1.00 vMB 3,053 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 866,480 (59 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
866,421 866,421 00000000000000000003060f0f5ccffc70d70198f6ac813159625ba76b9f35fb 1.74 MB 5,048 12
866,420 866,420 000000000000000000007e913f3845cd9c461d2bbc94d732a95c210ffb409415 1.60 MB 6,464 16
866,419 866,419 000000000000000000002e2607b6a748333981c5330c49aa5f88c474e3b57a0b 1.54 MB 6,045 20
866,418 866,418 00000000000000000001f649a595502d4979d72298a0600863615d9b6adb04e1 2.38 MB 1,689 4
866,417 866,417 00000000000000000000aac5e2bdfa67569e661c2df559d5ad0c365e2fb7ccd7 1.79 MB 3,332 7
866,416 866,416 00000000000000000000ab5e55eeb5e546400efc7c7c6161e1344e8bbc13edbf 2.21 MB 2,162 6
866,415 866,415 00000000000000000000a13f01735f3863008968c092fe8f4a339780c7195ada 2.07 MB 3,189 10
866,414 866,414 00000000000000000002ebfdc755be1c212cab1351955eb5ec30ebcb1bc2b9d3 2.38 MB 2,843 10
866,413 866,413 00000000000000000001c02acc026ca12f5ed7132cd480887c66e2f13b73e41b 1.73 MB 3,518 20
866,412 866,412 00000000000000000001d5a93586c683cb5091fffb275e1b505839139fc54b2c 2.80 MB 1,828 3
866,411 866,411 000000000000000000014a0f2ecb77ddac2950743f0c4a586b0921fc0d3c0e63 3.44 MB 1,275 3
866,410 866,410 00000000000000000002d6c54e1310d996cd5df703da713894323ca5effff353 2.68 MB 2,489 4
866,409 866,409 00000000000000000002fc232c8cb93a9237ce1ce2c6489377e99b8c2669fdc3 1.73 MB 3,938 8
866,408 866,408 00000000000000000001eb14cd11fde5ee887f025de4a71d492b7f0fb81906c8 1.91 MB 2,248 4
866,407 866,407 00000000000000000001bfdbaaf7ae865aeeeb234b5d16ede70f25eb6da85b7e 2.57 MB 2,446 6
866,406 866,406 00000000000000000002d9c1478beb3040277eb3d0a7b36c4d86c85620226aad 1.97 MB 2,504 7
866,405 866,405 00000000000000000002536e466579749478a4df0d9ebfd487aaa979c13e57c0 1.58 MB 4,011 8
866,404 866,404 00000000000000000002917d51d379927c3a92951859cdd916b9cb282e9ff556 1.82 MB 3,762 10
866,403 866,403 00000000000000000000860ab47201b2d41664ab969873b55f92b4bed2ac37bd 1.55 MB 3,951 19
866,402 866,402 000000000000000000005e433d2a7a23db20b5e363383772fbeb7d840ddf252c 1.96 MB 4,368 10
866,401 866,401 0000000000000000000049998ac1e0d65ce06713653df2ff27cf1fe26365cb56 1.77 MB 3,181 7
Previous 10 blocks ↓
Total Size: 692.64 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,852.20 GB sent, 161.74 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.