Memory Pool Memory Pool Refreshing

2,572 transactions (0.75 vMB)
  • 1 sats/vbyte = (18 blocks)
  • 2 sats/vbyte = (7 blocks)
  • 5 sats/vbyte = (5 blocks)
  • 7 sats/vbyte = (3 blocks)
  • 8 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,955 00000000000000000002349e0000000000000000000000000000000000000000 0.75 vMB 2,564 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,954 (830,451 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
78,503 78,503 0000000000689b98ed0882cccceb6d0b8f2ac8013ba432c783d61f274e6a63da 0.00 MB 2 0
78,502 78,502 00000000000ef15954970e892d8f87a4fecb1b3c14ccb3c45c63dc4e099e4e3f 0.00 MB 3 0
78,501 78,501 00000000003ac7dc9896812fdea62028a52972f24c6275c2615d3e7967af6c45 0.00 MB 1 0
78,500 78,500 00000000003522284cd9125fd754c00cc92616fdc02d525b5b8750b450ad24bd 0.00 MB 1 0
78,499 78,499 0000000000053a1789a9fc3bfa963eebace12d69a249d40d250e583790210abc 0.00 MB 1 0
78,498 78,498 000000000006294f68fa4f6b30e89e8258dedcc7905f3fa472f7a34bea57a19b 0.00 MB 1 0
78,497 78,497 0000000000141a1c83767690cb7fdf34111e65eb8605fd54b3fa3b40290e4e34 0.00 MB 1 0
78,496 78,496 0000000000287bada09a8a1276fb79415b6c144944f8273b4e7a9fc9b57b6bfe 0.00 MB 3 0
78,495 78,495 000000000000eff0e1d7cbf3a2efc05c54aed38b9af3a3e0a7f3c06efc0b0bfc 0.00 MB 1 0
78,494 78,494 000000000050016f2310c7c49d95e6f83d1a38d6dcff55d492d3e038b6c76445 0.00 MB 1 0
78,493 78,493 0000000000079f474b1e8952dafed9257cb99d0ebb80d97e28127d4b33c2ceed 0.00 MB 1 0
78,492 78,492 00000000005de1d90c4efb14a39751b0cbde1fe10f7f262f2f65c27a0b37c27c 0.00 MB 1 0
78,491 78,491 0000000000356df2261c727bbc184cd4a43fbe2720ba04915106b3b030e9fcc0 0.00 MB 3 0
78,490 78,490 00000000000a99761ca60fbbc1afc27632f838c2803b80b4d35b2de7e6f50b2c 0.00 MB 1 0
78,489 78,489 000000000049dd1ead20df0b1ff47bb83b72f6af6d6693c26799e8f6e381720e 0.00 MB 2 0
78,488 78,488 00000000001cc16a7fe4ecedd9a46b9b79db70db8964b6179f70694fb45986f6 0.00 MB 2 0
78,487 78,487 000000000036b24b8c7cc579836eb5b009fd2dec8159c6e3d2cd6f18eee88346 0.00 MB 1 0
78,486 78,486 00000000001d44e03d9f42eff01ef6857a874ef0d812686b2186b146ec67ae35 0.00 MB 1 0
78,485 78,485 00000000004c9e1601bb921df29936f9a76b8f92b28b28c61766e331ed74d62f 0.00 MB 2 0
78,484 78,484 0000000000238a87fc7fa2517b9ff4920c7c62fef8c66b95f8d74c1fc432eaf7 0.00 MB 2 0
78,483 78,483 000000000029af6a77bc6a453ec9403b261efd35737ab5e5e51ec994e83ad43c 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.46 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,866.22 GB sent, 104.68 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.