Memory Pool Memory Pool Refreshing

59,468 transactions
22.97 vMB
Show Random Selection Loading Transactions
Max Size: 144/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,115 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 2,625 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,114 (141,952 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
730,162 730,162 00000000000000000002f471ef89b102834de9aeddea88ad084a289a81d57b59 1.47 MB 2,705 11
730,161 730,161 00000000000000000007417892e833868db1a068c0520665d1705538c4f0c9e4 1.03 MB 1,828 9
730,160 730,160 00000000000000000008abedc0b277c2cef728982c3c83df9fe2ef3c34038358 0.16 MB 301 8
730,159 730,159 0000000000000000000812878626a506356e2682c5b666ac6989b699c4ef1bc2 0.38 MB 636 9
730,158 730,158 00000000000000000006bc844438f0bb9627d27e5b645d890c15895ce047a9dc 0.64 MB 1,215 10
730,157 730,157 0000000000000000000760f15f7e482cd4b63c275e93b67ca69de9f79a59eaed 0.48 MB 885 11
730,156 730,156 0000000000000000000848b6c4717b50312afcc57fd3d95bfc24dd0e29bcfe66 0.40 MB 604 10
730,155 730,155 000000000000000000019b450cd3be3d4e974d4e4d1a79726108d102f65b64e7 0.74 MB 973 7
730,154 730,154 0000000000000000000115a4fcb6b77d5baa7ab3046a6a2b43aa5063e07cc46b 1.53 MB 3,004 11
730,153 730,153 00000000000000000003b2bdf530bf76375562009140d8371e45aa057451de11 0.72 MB 1,526 10
730,152 730,152 000000000000000000049e23d50cdf30dc29a5be0f6371bef8480ec62e542aff 1.54 MB 2,291 5
730,151 730,151 0000000000000000000262395bc85eca1516b9b6dec7b9d5a74b490023d096ba 1.57 MB 2,882 13
730,150 730,150 000000000000000000002feb777c64c4be9c6fc4ab6b1bfb5e7e3ff0b3cb87bc 1.50 MB 2,529 9
730,149 730,149 00000000000000000008639f3aaee145e1aeff34a609a1059065456144ccc6c7 1.28 MB 1,734 12
730,148 730,148 00000000000000000003a423d4a5513c83408749b661884536d720cb18fe7ddb 1.25 MB 2,681 6
730,147 730,147 00000000000000000001bd3087bc513ab34e846ca1d5659fb00823b7fb4f2467 1.53 MB 2,892 15
730,146 730,146 00000000000000000003c7eb2e620255a4c555f2c80a4a15a9fad1db8f35904f 1.34 MB 2,149 9
730,145 730,145 00000000000000000002fc5ebb026578e134b260123c9e25debb591d8b08a64f 1.73 MB 1,539 1
730,144 730,144 0000000000000000000557a08d379811f58877bab37bb237d10808e355586635 1.64 MB 1,511 7
730,143 730,143 000000000000000000043ab21eb07fefe655d85a8575dc2ed006e6c31c9b2ab9 1.74 MB 840 4
730,142 730,142 00000000000000000007230648e862ba02d73568e1206e63442aa36af12f4bf7 1.48 MB 2,487 14
Previous 10 blocks ↓
Total Size: 703.41 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,591.63 GB sent, 234.14 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.