Memory Pool Memory Pool Refreshing

71,518 transactions
31.57 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,878 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 2,856 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,877 (48,480 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
822,397 822,397 000000000000000000003ba65cd73bbf73885e7067101387ab5d6f6fe25494f6 1.57 MB 3,737 269
822,396 822,396 0000000000000000000065f5ade982a01ba9c60a52cccc6c5c71ba05a07f7e99 1.77 MB 4,100 123
822,395 822,395 00000000000000000003362fbff554d7bf79d754a4cedc2dfc6e9cb6574d6f65 1.79 MB 3,892 187
822,394 822,394 0000000000000000000361541b36b8977833becaafee1c0debe235976f0fd493 1.65 MB 3,159 134
822,393 822,393 00000000000000000002e278973b31d3074d8727e9790d62c2249a6eafaa8bcc 1.73 MB 2,474 147
822,392 822,392 000000000000000000029dcc150af34df21eb30adb5c241d329e4979160ce1b5 1.68 MB 3,706 160
822,391 822,391 00000000000000000001d4ac387d8251d54d34572e2b8c49849e2be49f9949e0 1.63 MB 3,852 152
822,390 822,390 00000000000000000001d6990475af372e2056714c580b2b096597d29e276589 1.59 MB 3,496 198
822,389 822,389 000000000000000000035eeff31d7081a6b39425287475162439b912a9b612a0 1.67 MB 3,653 178
822,388 822,388 000000000000000000015887fc9ca20e340c321859758b820f7db15dfde90ca7 1.59 MB 3,605 254
822,387 822,387 00000000000000000000570b57a4c31e54bee30f4263f4f01092e3628c0c1053 1.69 MB 4,076 176
822,386 822,386 000000000000000000039ff4dc2e7c41ade5af42993dfd5f332e7255282e8dcb 1.68 MB 3,527 168
822,385 822,385 0000000000000000000265422bdbd43881cc24f7b0566724153b4a807ab2c73d 1.70 MB 2,421 226
822,384 822,384 000000000000000000003b035752ec960e51156f12190f5875f713ab0d24cdec 1.68 MB 2,678 179
822,383 822,383 0000000000000000000314adfeceb2828c0d1550d931cbd783b639768fbc2cb2 1.63 MB 3,799 210
822,382 822,382 0000000000000000000263c738e1a3ec125c3c892cb61a4a498ba2cfaa326056 1.72 MB 2,857 185
822,381 822,381 000000000000000000027efbe573f8cb2ba17a64b69b4172a77e7ea685208c4c 1.75 MB 3,537 177
822,380 822,380 000000000000000000007805af2113ba2fa957fe85cba8c6862ac4a720ac6489 1.55 MB 3,794 272
822,379 822,379 000000000000000000042a22d5a1904e50644c58df0eb1b351c03624f62aa950 1.70 MB 2,943 189
822,378 822,378 00000000000000000003ffe9d81bc96b2c897b102521ab54d19fd426541ce26d 1.68 MB 3,761 200
822,377 822,377 000000000000000000006ed8f1e494c421d5a2705eddf5a423450a8f0adeddbc 1.71 MB 3,766 164
Previous 10 blocks ↓
Total Size: 701.12 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,400.17 GB sent, 218.01 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.