Memory Pool Memory Pool Refreshing

60,391 transactions
25.77 vMB
Show Random Selection Loading Transactions
Max Size: 171/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,049 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 5,765 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,048 (107,422 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
754,626 754,626 00000000000000000004b219c5fe047043517becbbe8ca58e91b958871625360 0.07 MB 206 13
754,625 754,625 0000000000000000000366e976f08ecc8c09c7e472c73746ee548875e9c0e2f6 0.48 MB 705 11
754,624 754,624 00000000000000000004ae1487635d8135ed13788a939d74fef9c6856cb251cd 1.59 MB 2,283 12
754,623 754,623 000000000000000000032dee5da54d466517307788c4c866fb887b1f31896daa 1.83 MB 1,806 12
754,622 754,622 000000000000000000026bb98856ce58fdf6314ed626efd86c537edd54daaa91 1.09 MB 1,205 2
754,621 754,621 00000000000000000002e73eb62ef55f5f4b79c274edb8d17de089123ab00ffc 1.90 MB 1,728 12
754,620 754,620 00000000000000000002086661d42ad04e7ff260d8c1cf419688b697406cbb2c 1.88 MB 1,557 17
754,619 754,619 0000000000000000000398bce70b67e2a3044cc542e0de2b1e67746dee3942f4 1.85 MB 787 3
754,618 754,618 00000000000000000007728417591b65e341a30fb8c0981dfd40934dca59e1ff 1.52 MB 1,907 13
754,617 754,617 000000000000000000026f73ba18f01bb8aa573dab62770f9488eb36b09de214 1.59 MB 2,094 10
754,616 754,616 00000000000000000006788f3d52579e472ed59a5327edc36729e6d0960f9377 1.64 MB 1,657 5
754,615 754,615 00000000000000000004ec833cb2aa4065197659eedf611fb24c38bc5cd3fc45 1.70 MB 2,208 22
754,614 754,614 000000000000000000028c60a08765cb603888956e7503f339c6b2087f252e1c 0.26 MB 358 7
754,613 754,613 00000000000000000000f4d6600c6e5e6c66b3e5850108d346ad74cfc5edfe6b 0.57 MB 767 13
754,612 754,612 000000000000000000078bcdc92d85749283dae59d741d4bbd3571bc37ba2887 0.57 MB 401 7
754,611 754,611 00000000000000000001b4361f88af60a4e51b5af19ddceacaaf622be6c3b2e4 0.16 MB 199 8
754,610 754,610 000000000000000000025758d0b51275717683d45d76e671227dfceca8cdbda4 0.10 MB 147 12
754,609 754,609 00000000000000000006c3a923f8a8edcf9038e0855d6c7558fcf98cdb7f13a3 0.04 MB 66 12
754,608 754,608 000000000000000000035453b1819169121971210df60dac39e8e6d8b375a63b 1.26 MB 1,177 5
754,607 754,607 000000000000000000051db4099bb67b4c4c81b27113e853ca9db317698d16ba 1.24 MB 1,467 14
754,606 754,606 00000000000000000006ba3826b3410b008165e526c3b05885f8f40a623321bb 0.67 MB 1,156 18
Previous 10 blocks ↓
Total Size: 684.25 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,330.95 GB sent, 100.08 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.