Memory Pool Memory Pool Refreshing

6,935 transactions (1.72 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,164 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,318 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,163 (877,576 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
31,587 31,587 000000009f4c900d8e7abf536e06b5ba0ae853d19e14d1a6ea9d2ed025fdd6dc 0.00 MB 1 0
31,586 31,586 00000000f15c361f44ee008bd2834ec69504b11ba0deccc33e33d884b2c5f48a 0.00 MB 1 0
31,585 31,585 000000008cc3a120c6c3c3683cc1d6f8c4c28b24207ccc7d49b97c05ba692b92 0.00 MB 1 0
31,584 31,584 000000005fc8f15c3ec247407f3e70815694ca6a712613bec04aa950c826b660 0.00 MB 1 0
31,583 31,583 00000000f945d19a2f9cceda3f200a35e20decd6f35124cfc16d16d611fda8a1 0.00 MB 1 0
31,582 31,582 00000000d816e024c230371c63d5d2a7e32a7e6fc575d096824312a752fdb0c9 0.00 MB 1 0
31,581 31,581 000000002f7bc44ca09045aefa111fa552d3524ac47eaf2532369936f5bb1831 0.00 MB 1 0
31,580 31,580 00000000c27ef839b18472930bcc554cf9a86a171175692b30267b9a27a6faf2 0.00 MB 1 0
31,579 31,579 0000000001cdd99fcdc0576b5d8421165eaa897c3977b6db025d4c5fe7c2e75d 0.00 MB 1 0
31,578 31,578 00000000b1d3a5cdac53f9d412766a8adfed9580ca81b053d5a17794ed0d3214 0.00 MB 1 0
31,577 31,577 00000000ffe3cf2a3904cbfe6b3808936d85169a7f520ba413e3652dae432ae1 0.00 MB 1 0
31,576 31,576 00000000e74aa432e190e1ddea3d43c56d29e1e488b6b33b74aef9f56519cece 0.00 MB 1 0
31,575 31,575 00000000b542d206f790ae9162f0b50ba100f9e77cdbff773c27f696407e679d 0.00 MB 1 0
31,574 31,574 00000000b5563a8cb8c69f20d6667e3e7f23ba23d3b18b79a2e96fb99838fed9 0.00 MB 1 0
31,573 31,573 00000000ff701290b75d642b533e37088e3b736d15d558acd45ab678d2efd4ec 0.00 MB 1 0
31,572 31,572 0000000007fc66123c213b8b8f63f41bc45d52323d5dee257f8e72e4c73fc652 0.00 MB 1 0
31,571 31,571 0000000031990c2c45516c9f2ed0018c1d94915e89fd9d25736080a9ea95b63d 0.00 MB 1 0
31,570 31,570 0000000028ac2dc731dd3acbf6ed61fadb1e8588d3736fb3e2ba5e57338b520a 0.00 MB 1 0
31,569 31,569 00000000a13c2933dbbece8fcafa63aae7feccd20cf27ed6185d57f000cdffbb 0.00 MB 1 0
31,568 31,568 000000005d0c3a82dab04ce3f41583260991341154c60e353f7747e5ea4d8de7 0.00 MB 1 0
31,567 31,567 00000000f9c78f8280372e29b5b8a4f15f16b65163612bb4ffb10288fb648ceb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.85 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,973.62 GB sent, 106.88 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.