Memory Pool Memory Pool Refreshing

81,028 transactions
32.96 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,574 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,723 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,573 (276,130 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
573,443 573,443 0000000000000000001f0ccee135b36cb8218d0b8f4f57490823375355a08526 1.34 MB 766 7
573,442 573,442 0000000000000000001e90e922d12cbf749a7ac6a23c164151a929f90fe22480 1.16 MB 2,794 29
573,441 573,441 00000000000000000008984168abdac90f61ba03e90472c0572ab07485a6bdcf 1.07 MB 2,704 11
573,440 573,440 00000000000000000016cac0ceaca8487e3fbf4eb8481557ff8fa9453879113c 1.18 MB 2,900 41
573,439 573,439 0000000000000000000f7c00c5229045b679e4aa565d8873e97608803c93846d 1.13 MB 2,660 10
573,438 573,438 0000000000000000002800cf2bc217d66bebe89e69de373dce5651596b4e7c09 1.20 MB 3,102 43
573,437 573,437 00000000000000000019b1e433d6e9f085329259bfdab8e0b556a7e51bcd8991 1.33 MB 2,407 51
573,436 573,436 0000000000000000001f0846cb5dbbb5719722be5e65f7160b14b628e5cfe800 1.15 MB 2,586 35
573,435 573,435 0000000000000000002226ca0eaad732c454712c0638b5cee560d8ec64c7421f 1.21 MB 2,982 42
573,434 573,434 00000000000000000008be75ff4c0908eb4e8e8dbe79f8a05cf7757426a41365 1.12 MB 1,396 61
573,433 573,433 00000000000000000020d07dc30765aff541b320d91fe878383972c6caf6039a 1.27 MB 2,726 81
573,432 573,432 000000000000000000249dade42e89b6cc8596b073107eeeb64810247a8a9e25 1.14 MB 2,727 19
573,431 573,431 0000000000000000000d6d5ff1093aefb24fe58100b788a12b3cb459727ea841 1.30 MB 1,887 13
573,430 573,430 0000000000000000001cceff906b50738e8b1e076049de1b3cf31adced0ec984 1.11 MB 2,987 34
573,429 573,429 0000000000000000000d1b6b5b5b87d3b65002cfd424c0bbf83be55f59ba91ba 1.11 MB 2,041 19
573,428 573,428 000000000000000000140a18e9626925f9b29b447e6d8e9e82ce90d86945e97e 1.04 MB 711 3
573,427 573,427 0000000000000000000723369578cb56fc4232b015df3d780f06c89aef581b9f 1.17 MB 2,121 12
573,426 573,426 0000000000000000000f98c4d0f14ec6c840f8506e0b2ca3d4e07838584fe671 1.09 MB 3,137 22
573,425 573,425 000000000000000000081574e24fc195d29952e91603bfaadd28435b63f7cfee 1.21 MB 2,869 67
573,424 573,424 0000000000000000000c18d1c6d580b692c46eb95058229c13adef9952937af4 1.14 MB 1,870 8
573,423 573,423 00000000000000000002acb3d66f9f30d71ad1a242fcc1bdc77c2dfc2af04f2c 1.08 MB 1,624 19
Previous 10 blocks ↓
Total Size: 660.69 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 106 incoming
  • Data Transfer: 516.84 GB sent, 2.80 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. Electrum Server. This is used to get information about address balances. Bitcoin Core doesn't keep track of addresses, so you need a separate database running alongside it to store address balances and activity. This information is retrieved using the Electrum protocol.

    Electrum Server is what wallets like Electrum and Sparrow Wallet use.

Limitations

There are a couple of limitations to this explorer:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead.

But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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.