Memory Pool Memory Pool Refreshing

70,956 transactions
27.73 vMB
Show Random Selection Loading Transactions
Max Size: 166/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,064 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 4,435 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,063 (36 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
872,027 872,027 00000000000000000001ba7a28e3a02dbd75ad46a958ab82832d674f14582dbd 1.61 MB 3,750 9
872,026 872,026 00000000000000000001872d53ee19af859fc698d83eedac1a145873b5d591c9 1.59 MB 3,844 2
872,025 872,025 00000000000000000000f9040883fa6d8fd1a22a49d3862c174d1963c40e2467 1.63 MB 5,207 3
872,024 872,024 000000000000000000014e44c47e3c37b9a50a2d0a0309f72557389e090f289b 1.74 MB 4,915 4
872,023 872,023 000000000000000000022f0e35818704b14fad41b8db75a6a078a8997d8352fd 1.65 MB 3,730 8
872,022 872,022 000000000000000000015fcc326c2192b767a6619847332da36716c2b8b7ab72 1.55 MB 3,790 7
872,021 872,021 000000000000000000001b9dd1fde153f65adac23cfcdd363c9d93b03f5b1b95 1.65 MB 4,116 3
872,020 872,020 000000000000000000011bfc72eea7d29805532099fd5ed90cc1bf45c1e66aca 1.64 MB 4,045 4
872,019 872,019 000000000000000000003ea878969b77b9e54cfa138bf6bdadafc34a1128e239 1.60 MB 3,081 6
872,018 872,018 0000000000000000000129674b4042d205f57b38ea6423315bdc43eaaefd10e9 1.58 MB 2,996 7
872,017 872,017 00000000000000000002340246f829a885513c033fdd462489aae8005cc688ae 1.54 MB 3,438 4
872,016 872,016 000000000000000000022fcf52fbd8fdb3e90af5090e960a237d755166eb9c12 1.81 MB 4,704 3
872,015 872,015 00000000000000000001a3e0480fd9300f01a075f7016a57ae3785778bfde78d 1.85 MB 4,573 3
872,014 872,014 00000000000000000001ad500e873f786e18e9e6d3122c20c5886982dbfce400 1.65 MB 3,174 2
872,013 872,013 00000000000000000002bbecbb9845936b481a6c46a972e5c4a2dfd5aa0b6fa8 1.54 MB 2,881 4
872,012 872,012 000000000000000000019a66a0a67a09442072c22e040818aad27d722469e590 1.72 MB 2,797 8
872,011 872,011 000000000000000000027cfa51a31468765de7c2e2c5645cf08e97116ea47803 1.81 MB 4,150 2
872,010 872,010 00000000000000000002bf1deeb2f50da2febfa0c7be534e48c0a2d464c21cd1 1.65 MB 2,175 4
872,009 872,009 000000000000000000027a0db1d8c7174bd8ee4e029637d47369df1c2093f44d 1.45 MB 2,814 8
872,008 872,008 00000000000000000001dbb234982b7b2618420f98897cfe97eaa36c45a83aa6 1.32 MB 1,984 7
872,007 872,007 00000000000000000001f9e3703c2d07df096d9fea71e76b2190abd743b872cf 1.49 MB 2,684 8
Previous 10 blocks ↓
Total Size: 703.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: 2,588.34 GB sent, 233.62 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.