Memory Pool Memory Pool Refreshing

19,045 transactions
26.37 vMB
Show Random Selection Loading Transactions
Max Size: 151/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,081 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 4,970 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,080 (55,447 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
806,633 806,633 00000000000000000001550ec871bbec14779c1e171beb2a430cb30653edcec7 1.72 MB 2,413 24
806,632 806,632 000000000000000000012e80618aa4de0e8100433835ffff3560acbb5fcb2758 1.36 MB 1,948 24
806,631 806,631 00000000000000000004ba38ee7f8931e25f425dc01facfd3b4c9393a4f16201 1.59 MB 2,881 31
806,630 806,630 0000000000000000000465b0361e22a13a43bb10012c7699f2c10798843e2f3d 1.78 MB 4,728 18
806,629 806,629 000000000000000000002a77d70c807d8785952243cdc8eeb716a50a06254b42 1.65 MB 2,344 21
806,628 806,628 0000000000000000000461c29b302a371e7e159aa2a1bafa51ff1eb6a3a92a62 1.65 MB 3,862 25
806,627 806,627 00000000000000000000e052ac2e912ee3a7f1bc8484156c9d0066875c535555 1.73 MB 3,447 23
806,626 806,626 00000000000000000000df9a007b015b90a0e1350f36b425b356f704a7719152 1.65 MB 2,810 23
806,625 806,625 000000000000000000012dd1db2d63f37e34abe0c389a87378490556984d74d1 1.72 MB 2,744 21
806,624 806,624 0000000000000000000214b504e134f8f7623b77753c5a650b13b3ffbd7fd003 1.47 MB 3,192 33
806,623 806,623 00000000000000000002f2437ccbf024200b632c81ffe09cafffe1a833d85160 1.54 MB 3,007 24
806,622 806,622 00000000000000000004fdc4a9d333bebb7d3423977f45507382d9c7e2fcebf3 1.41 MB 2,833 23
806,621 806,621 00000000000000000004606495d0f00f2893d4a3eabcb80eff1fff737d7e7244 1.39 MB 2,404 28
806,620 806,620 00000000000000000002ecaaca279d6ca23486d0019fd39570568e032403248c 1.47 MB 3,085 31
806,619 806,619 000000000000000000044e17b8c6457848f898a2cb90c55a9ea0003f9c257bb3 1.73 MB 4,140 18
806,618 806,618 00000000000000000004aa0db686e889d724c91af89c9768e058f344f24d4c35 1.63 MB 3,457 23
806,617 806,617 00000000000000000002b048579644ea8ffe9c442ac5bc7ce37cf16548d6cf32 1.36 MB 2,096 18
806,616 806,616 000000000000000000014396698c624ab9117413b447487b1988b9f51ece28de 1.47 MB 2,888 24
806,615 806,615 000000000000000000043475cf3306ade5aafbb769bb9dd7da4ed54b938cf6d3 1.45 MB 3,306 32
806,614 806,614 00000000000000000003f0b30686bcd9e994b54d3c345b7ec6d9c057a227a1d9 1.59 MB 3,360 20
806,613 806,613 00000000000000000004bc2b69508fa8ac0097264207dd8fd766a064290d7673 1.39 MB 1,969 19
Previous 10 blocks ↓
Total Size: 684.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: 1,334.19 GB sent, 100.44 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.