Memory Pool Memory Pool Refreshing

70,637 transactions
27.97 vMB
Show Random Selection Loading Transactions
Max Size: 167/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,066 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 3,689 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,065 (154,667 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
717,398 717,398 00000000000000000009595df2b4102b1f41db002641ec5ac4f98e2b6b4d6125 0.01 MB 24 14
717,397 717,397 0000000000000000000a5eb2fe3fdc0c6997652b95c672362924b899ff6f0d88 1.19 MB 1,938 13
717,396 717,396 000000000000000000037ae7f20f487ab2ca27d8394117af38db5b5dea45700e 0.13 MB 233 11
717,395 717,395 00000000000000000000fcfd86b9056a738a8a9ba86c7a0f5a03ac2af0f8f16a 0.03 MB 41 13
717,394 717,394 000000000000000000063e22dd9d33d52733e0ef652d83bb7a818ebfe13eee59 0.13 MB 240 13
717,393 717,393 0000000000000000000647087ae77a2d19d751312431912921ae9a3362192ad0 0.37 MB 451 12
717,392 717,392 0000000000000000000a8426a01f8da5527132fb087f7c858462227843c1090e 0.87 MB 1,057 13
717,391 717,391 0000000000000000000227f1f907be807791becdc922bf0fab53d6f41a4f1d9b 0.37 MB 290 10
717,390 717,390 0000000000000000000b7bad6f0317f3ba0fafa798de230cc21038972215f806 0.23 MB 417 13
717,389 717,389 00000000000000000006597c65fb00a542b8d11f7409b3c9890f46c6e86a6e5f 1.59 MB 2,254 14
717,388 717,388 00000000000000000000843a84d738098d9748511aa5ca1892cee8771c8c6652 0.96 MB 1,189 13
717,387 717,387 0000000000000000000aa3037cf0679bbc23ed0c5f7feb42f7694def6a8b25c7 0.95 MB 973 16
717,386 717,386 000000000000000000058c49e246c43511db641f192e2da72df69ef5fcf1c6ee 0.81 MB 1,007 9
717,385 717,385 000000000000000000023783d2d0bd7d11cadfafa9f280aab7a7cda3d0c7f03b 1.58 MB 791 7
717,384 717,384 0000000000000000000a94751fa9ec6f7db4f274e42fea863633515255b24c80 1.51 MB 1,402 4
717,383 717,383 000000000000000000058dc9dbcb1751c659e8ec3e0121a4bf37890a8e4c42f4 1.67 MB 1,112 2
717,382 717,382 00000000000000000001101daf577a93c9e92c619d1fc4a66b79ef63d1f8ea2d 1.13 MB 615 13
717,381 717,381 000000000000000000055e654fdeb48c544dc5b1432b1a31dc5461d52325eb2f 1.51 MB 2,078 15
717,380 717,380 000000000000000000048fafecd51af7d01d98a8221f8aa571090a3c046feb5b 1.58 MB 2,125 15
717,379 717,379 000000000000000000000d6f23fca09e498037e6f4408413a8d290d0505fdad1 1.54 MB 2,904 11
717,378 717,378 00000000000000000005a0913fc97c5f73f3d6486249a2bfec7cffc0d05770aa 1.47 MB 2,705 10
Previous 10 blocks ↓
Total Size: 703.32 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: 2,588.41 GB sent, 233.64 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.