Memory Pool Memory Pool Refreshing

38,385 transactions
50.67 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,122 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 4,372 34
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,121 (282,674 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
558,447 558,447 000000000000000000197210b33eb8048eacd1e3476b1f6cfc17757f8593f31c 0.00 MB 9 12
558,446 558,446 00000000000000000024d9334f439b2232d29cbfa6e93beaec208cd470114b83 0.04 MB 111 15
558,445 558,445 00000000000000000022145e33ee71e5a0e9ad657573dc087bb881908facb9e3 1.01 MB 1,556 8
558,444 558,444 00000000000000000022876501c84cf395bda84e09fa1541b52e2251560477bb 0.17 MB 511 11
558,443 558,443 0000000000000000001b1ba19215bd2016b49ce027ddec600bab32e6b51cf933 0.99 MB 2,658 11
558,442 558,442 0000000000000000000af3fda505dcba7107afeb9cb12c23de51e794a38d5abf 1.01 MB 2,182 8
558,441 558,441 00000000000000000024aba92e2f630f6b468b3970915cf1b5be1904d8de115a 1.17 MB 3,317 16
558,440 558,440 00000000000000000018dabf21ad9c1d28628f5d3eef2dae51e7727124abd9c4 0.49 MB 922 10
558,439 558,439 00000000000000000007d326203eefe7fe47f02e493f96167c8ddcc0f2457f11 1.11 MB 2,784 9
558,438 558,438 0000000000000000001ae641538f9352daf67515234e5cc3b2b64c7a285eedba 0.74 MB 1,969 11
558,437 558,437 00000000000000000005e5c97b7bc57d0abc4e03014419aefc25325055682da9 0.22 MB 534 14
558,436 558,436 000000000000000000232fed944ac737b3c75c55af9d693817a3ed495656ba0c 0.59 MB 1,794 12
558,435 558,435 00000000000000000006381888efefad4ce8db52548c49ccd3352a5a11ad21ee 1.04 MB 2,815 12
558,434 558,434 00000000000000000007ec2b2c42473742c79e10dd21568f9ce5e8b654fd9ec2 0.11 MB 298 12
558,433 558,433 00000000000000000016019925309eac243d60ea60439f38e0d3cefd207e4fbc 0.58 MB 1,552 10
558,432 558,432 00000000000000000021ac236d0b29b4467f99c2c8783032451ba7b735045e3c 0.79 MB 2,013 26
558,431 558,431 00000000000000000028a69d9498c46b2b073752133e3e9e585965e7dab55065 1.01 MB 2,647 10
558,430 558,430 0000000000000000000fe62df0a448387749c30d5d2a5f1023066c4f3a97c922 1.16 MB 2,698 3
558,429 558,429 000000000000000000293630cbf0d8c00e8d0e0b7573aca993206c8a0bab8a2c 1.14 MB 2,831 11
558,428 558,428 00000000000000000000d6dc8caff0c606bcac5c7c7f5a2acd212431736f3073 1.29 MB 3,308 42
558,427 558,427 00000000000000000008e3b555ba73fdca7b64a69fec5ae47174d6f7c3876f10 0.83 MB 2,184 11
Previous 10 blocks ↓
Total Size: 645.11 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 8,200.77 GB sent, 30.54 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.