Memory Pool Memory Pool Refreshing

40,608 transactions
41.86 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,726 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 4,023 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,725 (314,571 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
527,154 527,154 00000000000000000004779baa175f7a08edf66f4bfb373c2e6e7abbfabada0b 1.02 MB 373 3
527,153 527,153 0000000000000000000e39debc999e11a27a6a5930170f4c8741d2eb1050573f 1.09 MB 1,593 15
527,152 527,152 00000000000000000016bd6b958b630acbe4b7daf6a0ca90791ec94fd31e065f 1.17 MB 2,450 16
527,151 527,151 000000000000000000173a012067d98d9d8770ba8a8d66fb92bd59d397f4908c 1.13 MB 1,517 12
527,150 527,150 00000000000000000010845734bb100bd491283966ffdd0593cf51922738c813 1.11 MB 1,505 4
527,149 527,149 00000000000000000000dd3d0acb0d61c60a4f0f09316f89db4ebf373b88331f 0.63 MB 1,367 25
527,148 527,148 000000000000000000095d36ec71854851eb3da679d3502ead7e81d0ea8c1250 1.11 MB 2,335 11
527,147 527,147 0000000000000000001da9a39e5d43727fdde2ecf14c6ef5da8f34590128689c 1.10 MB 2,507 18
527,146 527,146 0000000000000000000593744677d1521812ea27be5943de0b8ade920b558fae 1.17 MB 2,833 30
527,145 527,145 0000000000000000000990b6f3b35ea723f0206b4ddd1ce5d1eb5065ef1108de 1.42 MB 2,745 15
527,144 527,144 0000000000000000001317fd222fd8f77646488e7713418f048b90ca90e0b846 1.24 MB 2,856 33
527,143 527,143 0000000000000000000acb4c8dcf25fd6150dada03f494aa0bcaa86dcf757184 1.09 MB 2,289 69
527,142 527,142 00000000000000000035f4316ea8d597eb311ebc126830e190805ce69332fe09 1.08 MB 1,404 17
527,141 527,141 000000000000000000221cd61d2e51f4dfce88049f31f5e499d523eac5428164 1.00 MB 167 2
527,140 527,140 0000000000000000001471c1ed3b80b340dd0285079ac305708c3fe37c12bb4c 1.05 MB 864 6
527,139 527,139 000000000000000000066903b48469565eb173c34fc03853c5c4ccaf0c97b682 1.11 MB 1,757 14
527,138 527,138 00000000000000000033ca5c9835afe0f0a508e1cbbc2d48dc0c4bb131986fab 1.12 MB 1,895 16
527,137 527,137 0000000000000000000e215868d03379c2a379bce79a27b3e6ed6cd58e8007d4 1.04 MB 589 5
527,136 527,136 00000000000000000023e341ddcdd9ff169c25e3a523ad2adf81ba829e7eb19c 1.06 MB 847 12
527,135 527,135 00000000000000000031626ec0952e9d498320ab968328ae50f048a04a58b9a6 1.11 MB 705 2
527,134 527,134 0000000000000000000bfe011c94e26c84fcb8ab7db4210893db9755d2e6aa2a 1.19 MB 2,749 16
Previous 10 blocks ↓
Total Size: 646.25 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 8,334.86 GB sent, 36.62 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

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 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.