Memory Pool Memory Pool Refreshing

51,201 transactions
32.53 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,423 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 3,460 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,422 (78,878 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
790,544 790,544 000000000000000000008aa49a59592900449f079cdccd0de6971a0a0be26f8a 1.89 MB 3,874 33
790,543 790,543 00000000000000000000da67581c7e1ab0243c7583eb38452c2e4637e0c85bae 1.98 MB 2,963 30
790,542 790,542 00000000000000000002411c4f32f22152c0b7add2e1562646739255d5789b53 1.99 MB 3,335 40
790,541 790,541 00000000000000000004100c05b266036543446601cd45d44231b8c03cae7f63 2.05 MB 3,517 35
790,540 790,540 0000000000000000000475caa0c227309ff3ed0cfb69fc7c9ac6717ba730e198 1.41 MB 1,574 36
790,539 790,539 0000000000000000000575481408474f456a0831aa8f13968c0184eccb540941 1.54 MB 2,525 71
790,538 790,538 00000000000000000004503252b4a5d605be32da2e5ed2c002ab2b6f35a0eaad 1.55 MB 3,263 92
790,537 790,537 00000000000000000004437862638d8a13746fb9446ea927f92716b8a1c49440 2.40 MB 2,831 46
790,536 790,536 00000000000000000000884c3c8df78e3914cff044a4367c23e511197259bfbf 2.25 MB 2,597 45
790,535 790,535 00000000000000000002d3f7e28de73899bbcbd071e63a17df899ae42bde3958 2.42 MB 2,626 56
790,534 790,534 0000000000000000000104f1530223f229565760cc29670023135be476987928 1.62 MB 2,281 81
790,533 790,533 00000000000000000004765247e88780b53b239be8c37a32e90cac48e438e159 1.52 MB 3,331 97
790,532 790,532 00000000000000000003bed470951558dcd621d719fc3f2acc1a2e79b086927f 1.49 MB 2,902 109
790,531 790,531 00000000000000000000e1fd90fa89080b269ec81e5a40883bcc2ec6afffe123 1.51 MB 2,737 119
790,530 790,530 00000000000000000000529feb03ff753ff4e33a59a65b8515d3767b15033905 1.43 MB 1,983 135
790,529 790,529 00000000000000000000179fce05e3d2c93c9a8d4d48e7f01b36bbc59a4bdc73 1.69 MB 3,590 65
790,528 790,528 000000000000000000015038841b83f36a391525c07582ae1be4f18dc9642fbc 1.80 MB 3,315 36
790,527 790,527 00000000000000000002383944d95cb6c6256666698bc7834791a015ce885766 1.66 MB 3,215 52
790,526 790,526 00000000000000000004feba1ca408802ab59f5a04ae7723b8fc771d6ae28276 1.83 MB 3,732 53
790,525 790,525 0000000000000000000527be3083eda106dbb87792b553e3ad7b0d878754ab88 1.78 MB 2,831 62
790,524 790,524 00000000000000000003f5cdcbb70f768d5b3473586133cf4167092f968bfce4 2.09 MB 3,159 36
Previous 10 blocks ↓
Total Size: 698.38 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,083.94 GB sent, 200.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.