Memory Pool Memory Pool Refreshing

65,488 transactions
30.78 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,561 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 6,386 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,560 (252,352 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
610,208 610,208 0000000000000000000470e00550c03ccc6b2d7947148e54a51d293e3e085e0f 1.25 MB 2,469 16
610,207 610,207 00000000000000000003d978e17f9b481d4a1dffee24ab5c740586f6b0d92036 1.13 MB 1,373 3
610,206 610,206 000000000000000000058c8bb9222139f561704e947ed2e68d4486b08a0252e6 1.11 MB 1,241 1
610,205 610,205 000000000000000000113aaf6f7592a1800de05d1f2f35162a23c875318e5d95 1.35 MB 2,339 5
610,204 610,204 00000000000000000008c64c64c7e058214b91da9f3d6a45169c0ff35abdaa26 1.38 MB 3,375 11
610,203 610,203 00000000000000000005794e982558d5eab8acf633a94f90be5dfb9c927613dc 1.25 MB 2,543 20
610,202 610,202 0000000000000000000bf0da803702c6a8d36e71f39bbbc5a568d6a4be96e5ed 1.19 MB 2,657 5
610,201 610,201 00000000000000000010349ea6ede81b89016125efc99d741475dd1263f29725 1.29 MB 3,169 21
610,200 610,200 000000000000000000023ccbaea49743224342e9cf9a6f8757917688306ffdce 0.54 MB 1,333 10
610,199 610,199 00000000000000000006e570cc8e8d4a281ae11eab15120b71f555d80a7e5ab7 1.11 MB 2,816 11
610,198 610,198 0000000000000000000e45d7e3e58684a96748d4970b69f269faa0a608732d84 0.06 MB 182 6
610,197 610,197 0000000000000000000b1a63e621289316368e030dbbd6c68b269bbf7e43cd8b 0.05 MB 155 9
610,196 610,196 00000000000000000005e54f03b2458e27351a3dff972284c4af768e53dbd051 0.09 MB 203 8
610,195 610,195 0000000000000000000f3d8133e088b8d92919a9f91952af9f795a852db49f26 0.58 MB 1,542 10
610,194 610,194 0000000000000000000e0215bac0ef445dff01101dfb3be6ab5f7f9919487bc1 0.96 MB 2,423 9
610,193 610,193 00000000000000000014b6fd587d97c7ae3b9b412391caec52dfc726fd0a2cf8 1.23 MB 3,328 12
610,192 610,192 000000000000000000027541291270ae7c8f27a29353b755bce78eba1fc9c5ad 1.31 MB 2,954 10
610,191 610,191 0000000000000000000eed1490f7e86d0e57e7f4c2dcd60d4d787072bb920ce3 0.80 MB 1,678 8
610,190 610,190 000000000000000000082236b330e882e230f834d77206547c2616ac66208b16 1.56 MB 1,564 1
610,189 610,189 00000000000000000004f19aea7845c8ddc66955c577457675dd3d4ff79383f2 1.28 MB 2,952 12
610,188 610,188 00000000000000000010d03cf93eb6650262bb05e1fd5c68ea676bf896d7a1e6 1.28 MB 3,321 16
Previous 10 blocks ↓
Total Size: 685.24 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,374.71 GB sent, 107.29 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.