Memory Pool Memory Pool Refreshing

76,649 transactions
28.20 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,627 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 7,127 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,626 (60,924 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
808,702 808,702 00000000000000000004ccb614191e2bcd3518d8b0253203fbd8c4f394065f5a 1.76 MB 4,207 30
808,701 808,701 000000000000000000045c272f31862398df431557c10480ed614ec42d81a5a9 1.58 MB 3,532 42
808,700 808,700 000000000000000000023355edc6226b093bcb6dbcbc9a36e4b40b31df9ce4c1 1.91 MB 4,580 23
808,699 808,699 00000000000000000003c03dc10c969a380b644a98dc11bac38ae7112b579fbb 1.73 MB 1,121 33
808,698 808,698 00000000000000000001c366dc580659ebf5d83b8876f1a05bc7638b927ecf72 1.57 MB 1,804 50
808,697 808,697 00000000000000000001b7169f10dfdde8f4366851ca39929a7848a02b829715 1.59 MB 2,094 28
808,696 808,696 00000000000000000003abceaa6add9a90bec3060b8467ff2a867ea44c6d3bde 1.97 MB 3,133 32
808,695 808,695 00000000000000000002503c541246c5cb5f9166b1bc37a60e6fc0fa3a770979 1.89 MB 1,396 40
808,694 808,694 000000000000000000047921d2356634134b2c7708cc1050c485a6e562eefea4 1.69 MB 3,256 30
808,693 808,693 0000000000000000000023f67e1d04af817eda6a2ebcfc7e20f07127f92aee17 1.65 MB 1,961 44
808,692 808,692 00000000000000000003dbcaf6f4dc3ecfdc43dcd9c767861633b8b8ce29f993 1.58 MB 2,553 30
808,691 808,691 000000000000000000015200e4eb6b7015ce28b17c93eeea97bf4c93f291c1fc 1.73 MB 2,152 44
808,690 808,690 0000000000000000000264f1f4f5237e4379de316982f5b0fcffd15dde37477f 1.51 MB 2,855 31
808,689 808,689 000000000000000000008d3fcbffb7457a5f24da27a62dc5827b63ab718acc2c 1.76 MB 4,207 38
808,688 808,688 00000000000000000000f10088a6f62dcd3355ce2a68da6b785709f958679fe2 1.54 MB 3,616 50
808,687 808,687 00000000000000000002298d40b151d980d4254eff6ae52a63a03f1b7c9a4288 1.68 MB 3,628 24
808,686 808,686 0000000000000000000260a761e45ab13d4abbecb068ccb54cef9912b0372696 1.64 MB 3,241 32
808,685 808,685 00000000000000000004a328c6b68ffc670f13031309e314da66643d71edf294 1.39 MB 2,368 31
808,684 808,684 0000000000000000000370cd2e1128edb33ee88a196af30fa326fb6fc32827c6 1.57 MB 3,478 44
808,683 808,683 000000000000000000014a00c06eb3595566944c3a6d14bf455ab78521350ee6 1.49 MB 3,304 45
808,682 808,682 000000000000000000038c269eedd8af63dbb9911a4437b2e7dbe42e42670083 1.60 MB 3,797 32
Previous 10 blocks ↓
Total Size: 698.75 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,098.87 GB sent, 202.51 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.